]> git.saurik.com Git - wxWidgets.git/blobdiff - src/os2/icon.cpp
applied patch 1737156 to wxAuiManager
[wxWidgets.git] / src / os2 / icon.cpp
index a7a27c525f0eb9a7540cd9b0bc4651ba700088c5..7f2746b4a2a486a6d1a047387b79c5e66efdf769 100644 (file)
 #include "wx/wxprec.h"
 
 #ifdef __BORLANDC__
-#pragma hdrstop
+    #pragma hdrstop
 #endif
 
+#include "wx/icon.h"
+
 #ifndef WX_PRECOMP
-    #include "wx/defs.h"
     #include "wx/list.h"
     #include "wx/utils.h"
     #include "wx/app.h"
-    #include "wx/icon.h"
     #include "wx/log.h"
 #endif
 
 #include "wx/os2/private.h"
 #include "assert.h"
 
-#include "wx/icon.h"
-
-    IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxGDIObject)
+IMPLEMENT_DYNAMIC_CLASS(wxIcon, wxGDIObject)
 
 // ============================================================================
 // implementation