From 18fd783ca852e77288a49bfdc9952e2035b4f312 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 7 Feb 1999 21:45:15 +0000 Subject: [PATCH] replaced "#include " 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 --- include/wx/utils.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/wx/utils.h b/include/wx/utils.h index 037cfc61b2..8c55231237 100644 --- a/include/wx/utils.h +++ b/include/wx/utils.h @@ -21,10 +21,11 @@ #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 */ -- 2.50.0