]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/dpycmn.cpp
[ 1509599 ] 'Split pickers page in widgets sample' with more icons and rebaking.
[wxWidgets.git] / src / common / dpycmn.cpp
index d375d9e49486c45def38db9e410808053a4ab381..ce5fc0ac22ec309e16641c8e7d9c0f40d3092b12 100644 (file)
@@ -32,7 +32,6 @@
 #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;
 }
-