X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/8907154c1a8a6882c6797d1f16393ddfb23e7f3a..8946ede10c2702c7acbb194fe8bd2793d7fb8358:/src/palmos/popupwin.cpp diff --git a/src/palmos/popupwin.cpp b/src/palmos/popupwin.cpp index 770436845f..009f37eaa5 100644 --- a/src/palmos/popupwin.cpp +++ b/src/palmos/popupwin.cpp @@ -24,12 +24,11 @@ #pragma hdrstop #endif +#if wxUSE_POPUPWIN + #ifndef WX_PRECOMP -#include "wx/defs.h" #endif //WX_PRECOMP -#if wxUSE_POPUPWIN - #include "wx/popupwin.h" #include "wx/palmos/private.h" // for GetDesktopWindow() @@ -65,4 +64,3 @@ bool wxPopupWindow::Show(bool show) } #endif // #if wxUSE_POPUPWIN -