]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/dcclient.cpp
Make the app object be global in case it is run multiple times, such
[wxWidgets.git] / src / gtk / dcclient.cpp
index 62e70ce5d6e7b7487a81d4a10a19c2eb8729da62..cfb49766cd8606f46ffc3195aa4768e25f16c4eb 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        gtk/dcclient.cpp
+// Name:        src/gtk/dcclient.cpp
 // Purpose:
 // Author:      Robert Roebling
 // RCS-ID:      $Id$
 #endif
 
 #include "wx/dcclient.h"
-#include "wx/dcmemory.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/log.h"
+    #include "wx/dcmemory.h"
+#endif
+
 #include "wx/image.h"
 #include "wx/module.h"
-#include "wx/log.h"
 #include "wx/fontutil.h"
 
 #include "wx/gtk/win_gtk.h"