Reviewed by Alexey Proskuryakov.
Remove some unncessary includes.
git-svn-id: http://svn.webkit.org/repository/webkit/trunk@38942 268f45cc-cd09-0410-ab3c-d52691b4dbfc
diff --git a/WebCore/ChangeLog b/WebCore/ChangeLog
index ece34ba..3af995e 100644
--- a/WebCore/ChangeLog
+++ b/WebCore/ChangeLog
@@ -1,3 +1,13 @@
+2008-12-03 Nikolas Zimmermann <nikolas.zimmermann@torchmobile.com>
+
+ Reviewed by Alexey Proskuryakov.
+
+ Remove some unncessary includes.
+
+ * wml/WMLAccessElement.cpp:
+ * wml/WMLDocument.h:
+ * wml/WMLRefreshElement.cpp:
+
2008-12-03 Alexey Proskuryakov <ap@webkit.org>
Rubber-stamped by Cameron Zwarich and Adam Roben.
diff --git a/WebCore/wml/WMLAccessElement.cpp b/WebCore/wml/WMLAccessElement.cpp
index fa306e9..dfc3437 100644
--- a/WebCore/wml/WMLAccessElement.cpp
+++ b/WebCore/wml/WMLAccessElement.cpp
@@ -24,10 +24,8 @@
#if ENABLE(WML)
#include "WMLAccessElement.h"
-#include "WMLErrorHandling.h"
#include "WMLDocument.h"
#include "WMLNames.h"
-#include "WMLPageState.h"
#include "WMLVariables.h"
namespace WebCore {
diff --git a/WebCore/wml/WMLDocument.h b/WebCore/wml/WMLDocument.h
index 12a5ad51..664cae5 100644
--- a/WebCore/wml/WMLDocument.h
+++ b/WebCore/wml/WMLDocument.h
@@ -24,11 +24,11 @@
#if ENABLE(WML)
#include "Document.h"
+#include "WMLErrorHandling.h"
+#include "WMLPageState.h"
namespace WebCore {
-class WMLPageState;
-
class WMLDocument : public Document {
public:
static PassRefPtr<WMLDocument> create(Frame* frame)
diff --git a/WebCore/wml/WMLRefreshElement.cpp b/WebCore/wml/WMLRefreshElement.cpp
index c5dfaf2..1de4e93 100644
--- a/WebCore/wml/WMLRefreshElement.cpp
+++ b/WebCore/wml/WMLRefreshElement.cpp
@@ -26,7 +26,6 @@
#include "Frame.h"
#include "FrameLoader.h"
-#include "Page.h"
#include "WMLCardElement.h"
#include "WMLDocument.h"
#include "WMLPageState.h"