]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/tbarbase.cpp
wxPickerBase derives from wxControl, not wxWindow
[wxWidgets.git] / src / common / tbarbase.cpp
index 85f121426b495034579917a51822c4d0d1dcc240..54878f1ebdf6722042fbe26771c4762dd6223877 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        common/tbarbase.cpp
+// Name:        src/common/tbarbase.cpp
 // Purpose:     wxToolBarBase implementation
 // Author:      Julian Smart
 // Modified by: VZ at 11.12.99 (wxScrollableToolBar split off)
 
 #if wxUSE_TOOLBAR
 
+#include "wx/toolbar.h"
+
 #ifndef WX_PRECOMP
     #include "wx/control.h"
+    #include "wx/frame.h"
+    #include "wx/settings.h"
 #endif
 
-#include "wx/frame.h"
-
 #if wxUSE_IMAGE
     #include "wx/image.h"
-    #include "wx/settings.h"
 #endif // wxUSE_IMAGE
 
-#include "wx/toolbar.h"
-
 // ----------------------------------------------------------------------------
 // wxWidgets macros
 // ----------------------------------------------------------------------------