]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dpycmn.cpp
Apply patch [ 1554746 ] wxXmlNode::InsertChild fix
[wxWidgets.git] / src / common / dpycmn.cpp
index d375d9e49486c45def38db9e410808053a4ab381..13b46852818c55907237147ff14bc99cfa9101ee 100644 (file)
 #ifndef WX_PRECOMP
     #include "wx/gdicmn.h"
     #include "wx/window.h"
+    #include "wx/module.h"
 #endif //WX_PRECOMP
 
 #include "wx/display.h"
 #include "wx/display_impl.h"
-#include "wx/module.h"
-#include "wx/gdicmn.h"           // for wxDisplaySize()
 
 #if wxUSE_DISPLAY
 
@@ -268,4 +267,3 @@ int wxDisplayFactorySingle::GetFromPoint(const wxPoint& pt)
     // the point is outside of the screen
     return wxNOT_FOUND;
 }
-