]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/notebook.mm
updated version to match latest wxPython release
[wxWidgets.git] / src / cocoa / notebook.mm
index c77473f95afdfc175b791d0876bcbc48969c5a99..28e0978ef7974844e46933f626829be1f4ac973c 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2004/04/08
 // RCS-ID:      $Id$
 // Copyright:   (c) 2004 David Elliott
-// Licence:    wxWindows licence
+// Licence:    wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
@@ -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"