From b375a10fb2e6393e442bc345648ac46ee0468e5f Mon Sep 17 00:00:00 2001 From: Ben Murdoch Date: Mon, 17 May 2010 13:43:33 +0100 Subject: Remove a superfluous ANDROID-only include from Node.cpp that has not been upstreamed. Diff -=4! :) Change-Id: Iafac0c2529bb66808e15efac63e75c63966d9673 --- WebCore/dom/Node.cpp | 4 ---- 1 file changed, 4 deletions(-) (limited to 'WebCore') diff --git a/WebCore/dom/Node.cpp b/WebCore/dom/Node.cpp index bda4aa9..ccea070 100644 --- a/WebCore/dom/Node.cpp +++ b/WebCore/dom/Node.cpp @@ -107,10 +107,6 @@ #include #endif -#if ENABLE(TOUCH_EVENTS) -#include "ChromeClient.h" -#endif - #define DUMP_NODE_STATISTICS 0 using namespace std; -- cgit v1.1