X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/121aea4614b46a02faa414e9067500f43a20130b..867f2ca48e6c653ed3f1c29677e283428bcf90c3:/src/common/appbase.cpp diff --git a/src/common/appbase.cpp b/src/common/appbase.cpp index c0af2ac256..8d223f8da0 100644 --- a/src/common/appbase.cpp +++ b/src/common/appbase.cpp @@ -57,11 +57,8 @@ #endif #if defined(__WXMAC__) - // VZ: MacTypes.h is enough under Mac OS X (where I could test it) but - // I don't know which headers are needed under earlier systems so - // include everything when in doubt #ifdef __DARWIN__ - #include "MacTypes.h" + #include #else #include "wx/mac/private.h" // includes mac headers #endif