]> git.saurik.com Git - wxWidgets.git/commitdiff
replaced "#include <wx/process.h>" by "class wxProcess;" - I don't like
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Feb 1999 21:45:15 +0000 (21:45 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 7 Feb 1999 21:45:15 +0000 (21:45 +0000)
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

include/wx/utils.h

index 037cfc61b2f7522146b646d65410110519fd1c3e..8c55231237bb06a7409ef54d0f84bbb8f932d8c5 100644 (file)
 #include "wx/list.h"
 #include "wx/window.h"
 #include "wx/filefn.h"
-#include "wx/process.h"
 
 #include "wx/ioswrap.h"
 
+class wxProcess;
+
 #ifdef __X__
 #ifndef __VMS__
 /*steve: these two are not known under VMS */