#ifndef WX_PRECOMP
#include "wx/log.h"
+ #include "wx/app.h"
+ #include "wx/icon.h"
#endif
#include "wx/iconbndl.h"
#include "wx/image.h"
-#include "wx/icon.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 !=