replaced "#include <wx/process.h>" by "class wxProcess;" - I don't like
recompile the files just for the pleasure of it... git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@1638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -21,10 +21,11 @@
|
|||||||
#include "wx/list.h"
|
#include "wx/list.h"
|
||||||
#include "wx/window.h"
|
#include "wx/window.h"
|
||||||
#include "wx/filefn.h"
|
#include "wx/filefn.h"
|
||||||
#include "wx/process.h"
|
|
||||||
|
|
||||||
#include "wx/ioswrap.h"
|
#include "wx/ioswrap.h"
|
||||||
|
|
||||||
|
class wxProcess;
|
||||||
|
|
||||||
#ifdef __X__
|
#ifdef __X__
|
||||||
#ifndef __VMS__
|
#ifndef __VMS__
|
||||||
/*steve: these two are not known under VMS */
|
/*steve: these two are not known under VMS */
|
||||||
|
Reference in New Issue
Block a user