]> git.saurik.com Git - wxWidgets.git/blobdiff - src/x11/popupwin.cpp
Fix install_name_tool calls in OS X "make install".
[wxWidgets.git] / src / x11 / popupwin.cpp
index 125130fcd262fad23fba9d1605abf088695123cf..49239614cd7ead70377e932d70b7d5735df6c024 100644 (file)
@@ -2,7 +2,6 @@
 // Name:        srx/x11/popupwin.cpp
 // Purpose:
 // Author:      Robert Roebling
-// Id:          $Id$
 // Copyright:   (c) 1998 Robert Roebling
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 #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"