summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h')
-rw-r--r--Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h9
1 files changed, 2 insertions, 7 deletions
diff --git a/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h b/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
index 6feaf76db..a00bf6702 100644
--- a/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
+++ b/Source/WebKit/qt/WebCoreSupport/FrameLoaderClientQt.h
@@ -31,19 +31,13 @@
#define FrameLoaderClientQt_h
#include "FormState.h"
-#include "Frame.h"
-#include "FrameLoader.h"
#include "FrameLoaderClient.h"
#include "HTMLFormElement.h"
-#include "PluginView.h"
-#include "ProgressTrackerClient.h"
-#include "ResourceError.h"
#include "ResourceResponse.h"
+#include "SharedBuffer.h"
#include "URL.h"
#include <QUrl>
#include <qobject.h>
-#include <wtf/Forward.h>
-#include <wtf/RefCounted.h>
QT_BEGIN_NAMESPACE
class QNetworkReply;
@@ -60,6 +54,7 @@ class Element;
class FormState;
class NavigationAction;
class FrameNetworkingContext;
+class PluginView;
class ResourceLoader;
struct LoadErrorResetToken;