// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
-#ifdef __GNUG__
+#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA)
#pragma implementation
#endif
#include "wx/dcmemory.h"
#include "wx/menu.h"
#include "wx/utils.h"
- #include "wx/module.h"
#endif
#include "wx/settings.h"
#include "wx/ownerdrw.h"
#include "wx/menuitem.h"
#include "wx/fontutil.h"
+#include "wx/module.h"
#if wxUSE_OWNER_DRAWN