Include wx/defs.h, not wx/setup.h from wx/webview.h for consistency.

All wx headers start by including wx/defs.h so do it in wx/webview.h as well
even if wx/setup.h was sufficient in this particular case.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@69872 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2011-11-30 10:21:40 +00:00
parent a3d73e4c09
commit 99644bf127

View File

@@ -10,7 +10,7 @@
#ifndef _WX_WEB_VIEW_H_ #ifndef _WX_WEB_VIEW_H_
#define _WX_WEB_VIEW_H_ #define _WX_WEB_VIEW_H_
#include "wx/setup.h" #include "wx/defs.h"
#if wxUSE_WEBVIEW #if wxUSE_WEBVIEW