From b8a14a1708cc02e8e426772df534d16e3d077005 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 11 Aug 2011 08:43:38 +0000 Subject: [PATCH] adjusting include styles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- samples/web/web.cpp | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/samples/web/web.cpp b/samples/web/web.cpp index 5529c560db..334753d6e7 100644 --- a/samples/web/web.cpp +++ b/samples/web/web.cpp @@ -22,21 +22,21 @@ #include "wx/wx.h" #endif -#include -#include -#include -#include -#include -#include -#include -#include +#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 +#include "wx/stc/stc.h" #else #error "wxStyledTextControl is needed by this sample" #endif -- 2.50.0