]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/animate.h
Headers cleaning.
[wxWidgets.git] / include / wx / animate.h
index c10a05ba4777ba3128c22596186227bd739dbffa..d40361a958fa8ab54caa0550878e146f8485a8dd 100644 (file)
 
 #if wxUSE_ANIMATIONCTRL
 
-#include <wx/defs.h>
-#include <wx/string.h>
-#include <wx/gdicmn.h>
-#include <wx/list.h>
-#include <wx/timer.h>
-#include <wx/bitmap.h>
-#include <wx/colour.h>
-#include <wx/control.h>
-#include <wx/animdecod.h>
+#include "wx/animdecod.h"
+#include "wx/control.h"
+#include "wx/timer.h"
 
 class WXDLLIMPEXP_ADV wxAnimation;
 
@@ -97,7 +91,7 @@ private:
 // include the platform-specific version of the wxAnimationCtrl class
 // ----------------------------------------------------------------------------
 
-#if defined(__WXGTK__)
+#if defined(__WXGTK20__)
     #include "wx/gtk/animate.h"
 #else
     #include "wx/generic/animate.h"