X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/7520f3da332d64a676b6f7d27a56004fabf2db36..da6f998486f1070e205f2e0a54f22a1b67cb32a4:/src/x11/popupwin.cpp diff --git a/src/x11/popupwin.cpp b/src/x11/popupwin.cpp index 125130fcd2..49239614cd 100644 --- a/src/x11/popupwin.cpp +++ b/src/x11/popupwin.cpp @@ -2,7 +2,6 @@ // Name: srx/x11/popupwin.cpp // Purpose: // Author: Robert Roebling -// Id: $Id$ // Copyright: (c) 1998 Robert Roebling // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -12,11 +11,13 @@ #if wxUSE_POPUPWIN -#include "wx/log.h" - #include "wx/popupwin.h" -#include "wx/app.h" -#include "wx/settings.h" + +#ifndef WX_PRECOMP + #include "wx/log.h" + #include "wx/app.h" + #include "wx/settings.h" +#endif #include "wx/x11/private.h" #include "X11/Xatom.h"