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

include/wx/webview.h

index 6f7b39f85cd15d28562aad5db002a2d5b96bf1d7..b76cba897032c056c9d93c7490eacb0dace459ee 100644 (file)
@@ -14,9 +14,9 @@
 
 #if wxUSE_WEB
 
 
 #if wxUSE_WEB
 
-#include <wx/control.h>
-#include <wx/event.h>
-#include <wx/sstream.h>
+#include "wx/control.h"
+#include "wx/event.h"
+#include "wx/sstream.h"
 #include "wx/sharedptr.h"
 #include "wx/vector.h"
 
 #include "wx/sharedptr.h"
 #include "wx/vector.h"