#include "wx/wxprec.h"
#include "wx/unix/utilsx11.h"
+
+#ifndef WX_PRECOMP
+ #include "wx/log.h"
+ #include "wx/app.h"
+ #include "wx/icon.h"
+ #include "wx/image.h"
+#endif
+
#include "wx/iconbndl.h"
-#include "wx/image.h"
-#include "wx/icon.h"
-#include "wx/log.h"
#ifdef __VMS
#pragma message disable nosimpint
// check current state of a key
// ----------------------------------------------------------------------------
-#include "wx/app.h"
-
bool wxGetKeyState(wxKeyCode key)
{
wxASSERT_MSG(key != WXK_LBUTTON && key != WXK_RBUTTON && key !=