Elimiante include of defs.h for VisualAge compiles

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12149 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Webster
2001-10-22 22:13:51 +00:00
parent 42f2e3e9bb
commit 9e279f1462
2 changed files with 29 additions and 24 deletions

View File

@@ -1,4 +1,7 @@
#ifndef __VISAGECPP__ /* DW: why does anyone need this for this module? */
#include "wx/defs.h" #include "wx/defs.h"
#endif
#include "wx/setup.h" #include "wx/setup.h"
#include <math.h> #include <math.h>

View File

@@ -12,8 +12,10 @@ $Id$
*/ */
#ifndef __VISAGECPP__
#include "wx/defs.h" #include "wx/defs.h"
#endif
#include "wx/setup.h" #include "wx/setup.h"
#if wxUSE_ZLIB && wxUSE_ZIPSTREAM #if wxUSE_ZLIB && wxUSE_ZIPSTREAM