git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@37439
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
///////////////////////////////////////////////////////////////////////////////
-// Name: common/dpycmn.cpp
+// Name: src/common/dpycmn.cpp
// Purpose: wxDisplayBase implementation
// Author: Vadim Zeitlin
// Modified by:
#pragma hdrstop
#endif
-#include "wx/display.h"
-
#if wxUSE_DISPLAY
+#ifndef WX_PRECOMP
+ #include "wx/gdicmn.h"
+ #include "wx/window.h"
+#endif //WX_PRECOMP
+
+#include "wx/display.h"
+
#include "wx/arrimpl.cpp"
WX_DEFINE_OBJARRAY(wxArrayVideoModes)
#endif // !__WXMSW__
#endif // wxUSE_DISPLAY
-