summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.h')
-rw-r--r--Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.h b/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.h
index 040a2c16d..4017f6fc3 100644
--- a/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.h
+++ b/Source/WebKit/qt/WebCoreSupport/QWebPageAdapter.h
@@ -20,9 +20,7 @@
#ifndef QWebPageAdapter_h
#define QWebPageAdapter_h
-#include "PlatformExportMacros.h"
#include "QWebPageClient.h"
-#include "ViewportArguments.h"
#include "qwebhistory.h"
#include <qbasictimer.h>
@@ -33,7 +31,7 @@
#include <qsharedpointer.h>
#include <qstring.h>
#include <qurl.h>
-#include <wtf/ExportMacros.h>
+#include <wtf/Forward.h>
QT_BEGIN_NAMESPACE
class QBitArray;
@@ -52,6 +50,7 @@ class DeviceMotionClient;
class GeolocationClientQt;
class Page;
class UndoStep;
+struct ViewportArguments;
}
class QtPluginWidgetAdapter;