X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/6c5d62917d14278d8925a73d754965713e11e32f..137c8bde085d6d5b7c459902d2ea1a198ab48765:/src/common/dpycmn.cpp diff --git a/src/common/dpycmn.cpp b/src/common/dpycmn.cpp index d375d9e494..ce5fc0ac22 100644 --- a/src/common/dpycmn.cpp +++ b/src/common/dpycmn.cpp @@ -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; } -