]> git.saurik.com Git - wxWidgets.git/blobdiff - src/motif/dcmemory.cpp
correct idle tag type; remove unneeded includes
[wxWidgets.git] / src / motif / dcmemory.cpp
index 41eeaccfff279923184f7b0e4b500994ea893741..20da63305481e7a592cd9f2182dbd1f2be2d7af5 100644 (file)
 
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
+    #include "wx/settings.h"
 #endif
 
-#include "wx/settings.h"
-
 #ifdef __VMS__
 #pragma message disable nosimpint
 #endif
@@ -139,5 +138,3 @@ void wxMemoryDC::DoGetSize( int *width, int *height ) const
         if (height) (*height) = 0;
     };
 }
-
-