]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/dcclient.cpp
allow claling Unassociate() on previously not initialized wxMimeTypesManager
[wxWidgets.git] / src / gtk1 / dcclient.cpp
index 9d579b0bb631ac222e4cbce117565f34644c681a..a5b9b4a5d0bfc3ea5f682d53ad9b3f9ef962c728 100644 (file)
@@ -19,6 +19,7 @@
 #ifndef WX_PRECOMP
     #include "wx/log.h"
     #include "wx/dcmemory.h"
+    #include "wx/math.h" // for floating-point functions
 #endif
 
 #include "wx/image.h"
@@ -27,8 +28,6 @@
 
 #include "wx/gtk1/win_gtk.h"
 
-#include "wx/math.h" // for floating-point functions
-
 #include <gdk/gdk.h>
 #include <gdk/gdkx.h>
 #include <gdk/gdkprivate.h>