]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/iconbndl.cpp
use "event-after" signal to send thumb release event
[wxWidgets.git] / src / common / iconbndl.cpp
index 40ff56d9edcaa79ec17252395a2b97082745a87d..afdb96b826136783a03c2797e75ee99a8d16dfe1 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        iconbndl.cpp
+// Name:        src/common/iconbndl.cpp
 // Purpose:     wxIconBundle
 // Author:      Mattia Barbon
 // Created:     23.03.2002
@@ -15,6 +15,8 @@
     #pragma hdrstop
 #endif
 
+#include "wx/iconbndl.h"
+
 #ifndef WX_PRECOMP
     #include "wx/settings.h"
     #include "wx/icon.h"
@@ -27,7 +29,6 @@
     #include "wx/image.h"
 #endif
 
-#include "wx/iconbndl.h"
 #include "wx/arrimpl.cpp"
 
 WX_DEFINE_OBJARRAY(wxIconArray)