wx/notebook.h is not included from wx/wx.h

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27554 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
David Elliott
2004-06-01 14:39:22 +00:00
parent 9c4fc03fa3
commit fa7de3b09a

View 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"