From 6dcd4ea9fb1f751ee1ca81f2426ea25d70afe73f Mon Sep 17 00:00:00 2001 From: Stefan Neis Date: Sat, 8 Apr 2000 21:19:01 +0000 Subject: [PATCH] Added include to os2/private.h to make EMX compile again. Removed second conditional include to wx/defs.h after an unconditional include. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_2_BRANCH@7093 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/common/filefn.cpp | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/src/common/filefn.cpp b/src/common/filefn.cpp index cb6bdab208..a4ebbdce2d 100644 --- a/src/common/filefn.cpp +++ b/src/common/filefn.cpp @@ -29,10 +29,6 @@ #pragma hdrstop #endif -#ifndef WX_PRECOMP - #include "wx/defs.h" -#endif - #include "wx/utils.h" #include "wx/intl.h" @@ -66,8 +62,9 @@ #include #endif -#ifdef __OS2__ +#ifdef __WXPM__ #include + #include "wx/os2/private.h" #endif #ifdef __WINDOWS__ #if !defined( __GNUWIN32__ ) && !defined( __MWERKS__ ) && !defined(__SALFORDC__)