]> git.saurik.com Git - wxWidgets.git/commitdiff
wx/notebook.h is not included from wx/wx.h
authorDavid Elliott <dfe@tgwbd.org>
Tue, 1 Jun 2004 14:39:22 +0000 (14:39 +0000)
committerDavid Elliott <dfe@tgwbd.org>
Tue, 1 Jun 2004 14:39:22 +0000 (14:39 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/cocoa/notebook.mm

index 800d66f017f2d6218a33b7341314b5002edc084c..28e0978ef7974844e46933f626829be1f4ac973c 100644 (file)
@@ -15,8 +15,8 @@
 
 #ifndef WX_PRECOMP
     #include "wx/app.h"
-    #include "wx/notebook.h"
 #endif //WX_PRECOMP
+#include "wx/notebook.h"
 #include "wx/imaglist.h"
 
 #include "wx/cocoa/autorelease.h"