]> git.saurik.com Git - wxWidgets.git/commitdiff
adjusting include styles
authorStefan Csomor <csomor@advancedconcepts.ch>
Thu, 11 Aug 2011 08:43:38 +0000 (08:43 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Thu, 11 Aug 2011 08:43:38 +0000 (08:43 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68638 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

samples/web/web.cpp

index 5529c560db17d92dbd4f4dd5d0a75df89c2eafe9..334753d6e763a180c13c1bddbc1a76171e8de8d8 100644 (file)
     #include "wx/wx.h"
 #endif
 
     #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
 
 #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
 #else
 #error "wxStyledTextControl is needed by this sample"
 #endif