From 407f216223670d7450eca5f8bfff7f61a7accca3 Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Thu, 11 Aug 2011 08:43:13 +0000 Subject: [PATCH] adjusting include styles git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/SOC2011_WEBVIEW@68637 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/webview.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/include/wx/webview.h b/include/wx/webview.h index 6f7b39f85c..b76cba8970 100644 --- a/include/wx/webview.h +++ b/include/wx/webview.h @@ -14,9 +14,9 @@ #if wxUSE_WEB -#include -#include -#include +#include "wx/control.h" +#include "wx/event.h" +#include "wx/sstream.h" #include "wx/sharedptr.h" #include "wx/vector.h" -- 2.45.2