adjusting include styles
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
407f216223
commit
b8a14a1708
@ -22,21 +22,21 @@
|
||||
#include "wx/wx.h"
|
||||
#endif
|
||||
|
||||
#include <wx/artprov.h>
|
||||
#include <wx/notifmsg.h>
|
||||
#include <wx/settings.h>
|
||||
#include <wx/webview.h>
|
||||
#include <wx/webviewfilehandler.h>
|
||||
#include <wx/infobar.h>
|
||||
#include <wx/filesys.h>
|
||||
#include <wx/fs_arc.h>
|
||||
#include "wx/artprov.h"
|
||||
#include "wx/notifmsg.h"
|
||||
#include "wx/settings.h"
|
||||
#include "wx/webview.h"
|
||||
#include "wx/webviewfilehandler.h"
|
||||
#include "wx/infobar.h"
|
||||
#include "wx/filesys.h"
|
||||
#include "wx/fs_arc.h"
|
||||
|
||||
#if !defined(__WXMSW__) && !defined(__WXPM__)
|
||||
#include "../sample.xpm"
|
||||
#endif
|
||||
|
||||
#if wxUSE_STC
|
||||
#include <wx/stc/stc.h>
|
||||
#include "wx/stc/stc.h"
|
||||
#else
|
||||
#error "wxStyledTextControl is needed by this sample"
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user