]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/scrolbar.cpp
ensure that IsDialogMessage() is not called in the situations when it may hang not...
[wxWidgets.git] / src / gtk1 / scrolbar.cpp
index 4fcc4eb928fb6c4bddf0ff2480aa4997fedd30e8..b2ef2c4cf1ccbe49d3a74c75085e0485a906cd41 100644 (file)
@@ -16,9 +16,9 @@
 
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
+    #include "wx/math.h"
 #endif
 
-#include "wx/math.h"
 #include "wx/gtk1/private.h"
 
 //-----------------------------------------------------------------------------