#include <stdio.h>
#include "wx/pen.h"
#include "wx/brush.h"
- #include "wx/fontutil.h"
#include "wx/gdicmn.h"
#include "wx/window.h"
#include "wx/settings.h"
+ #include "wx/module.h"
#endif
-#include "wx/module.h"
+#include "wx/fontutil.h"
+
#include "wx/os2/private.h"
// the module which is used to clean up wxSystemSettings data (this is a
// fonts
// ----------------------------------------------------------------------------
-wxFont wxCreateFontFromStockObject(int index)
+wxFont wxCreateFontFromStockObject(int WXUNUSED(index))
{
wxFont font;