]> git.saurik.com Git - wxWidgets.git/blobdiff - src/generic/scrlwing.cpp
added notebook.cpp and tabmdi.cpp
[wxWidgets.git] / src / generic / scrlwing.cpp
index 69c534470d66f62a03d8b6e492b6c79f99471e32..42c47c89042f56e7dd6cfd2d88b5b1eb4ed8161b 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/generic/scrolwin.cpp
+// Name:        src/generic/scrlwing.cpp
 // Purpose:     wxScrolledWindow implementation
 // Author:      Julian Smart
 // Modified by: Vadim Zeitlin on 31.08.00: wxScrollHelper allows to implement.
 
 #ifndef WX_PRECOMP
     #include "wx/utils.h"
+    #include "wx/panel.h"
+    #include "wx/dcclient.h"
+    #if wxUSE_TIMER
+        #include "wx/timer.h"
+    #endif
+    #include "wx/sizer.h"
 #endif
 
-#include "wx/dcclient.h"
-
-#include "wx/panel.h"
-#if wxUSE_TIMER
-#include "wx/timer.h"
-#endif
-#include "wx/sizer.h"
 #include "wx/recguard.h"
 
 #ifdef __WXMSW__