]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/clipcmn.cpp
remove empty dirs
[wxWidgets.git] / src / common / clipcmn.cpp
index 6f380b5aaea65286eb49d1189a1668680da2e36c..4b9225b04259b4b5d658d2759deaddb7260af35e 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
 /////////////////////////////////////////////////////////////////////////////
-// Name:        common/clipcmn.cpp
+// Name:        src/common/clipcmn.cpp
 // Purpose:     common (to all ports) wxClipboard functions
 // Author:      Robert Roebling
 // Modified by:
 // Purpose:     common (to all ports) wxClipboard functions
 // Author:      Robert Roebling
 // Modified by:
     #pragma hdrstop
 #endif
 
     #pragma hdrstop
 #endif
 
+#if wxUSE_CLIPBOARD
+
 #include "wx/clipbrd.h"
 #include "wx/clipbrd.h"
-#include "wx/module.h"
 
 
-#if wxUSE_CLIPBOARD
+#ifndef WX_PRECOMP
+    #include "wx/module.h"
+#endif
 
 static wxClipboard *gs_clipboard = NULL;
 
 
 static wxClipboard *gs_clipboard = NULL;