Correct headers. No more specific notebook sizer.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@28226 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Włodzimierz Skiba
2004-07-13 13:30:51 +00:00
parent 134155b159
commit 696e113b5f
2 changed files with 12 additions and 3 deletions

View File

@@ -13,7 +13,16 @@
#pragma implementation "configitemselector.h"
#endif
#include <wx/wx.h>
#include "wx/wxprec.h"
#ifdef __BORLANDC__
#pragma hdrstop
#endif
#ifndef WX_PRECOMP
#include "wx/wx.h"
#endif
#include <wx/cshelp.h>
#include <wx/statline.h>
#include <wx/splitter.h>
@@ -21,6 +30,7 @@
#include <wx/spinctrl.h>
#include <wx/spinbutt.h>
#include <wx/valgen.h>
#include <wx/notebook.h>
#include "configitemselector.h"
#include "configtooldoc.h"