]> git.saurik.com Git - wxWidgets.git/blobdiff - src/unix/utilsx11.cpp
Include wx/dcscreen.h according to precompiled headers of wx/wx.h (with other minor...
[wxWidgets.git] / src / unix / utilsx11.cpp
index a410c64770d3ade1e5db34c1a48e80ea891dc6f2..cb2de8189758a1379413554f52f075441971d639 100644 (file)
@@ -18,6 +18,7 @@
 
 #ifndef WX_PRECOMP
     #include "wx/log.h"
+    #include "wx/app.h"
 #endif
 
 #include "wx/iconbndl.h"
@@ -774,8 +775,6 @@ KeySym wxCharCodeWXToX(int id)
 // check current state of a key
 // ----------------------------------------------------------------------------
 
-#include "wx/app.h"
-
 bool wxGetKeyState(wxKeyCode key)
 {
     wxASSERT_MSG(key != WXK_LBUTTON && key != WXK_RBUTTON && key !=