Remove a #include erroneously added in r120896.
authorrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 29 Jun 2012 07:44:26 +0000 (07:44 +0000)
committerrniwa@webkit.org <rniwa@webkit.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Fri, 29 Jun 2012 07:44:26 +0000 (07:44 +0000)
* editing/VisibleSelection.h:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@121526 268f45cc-cd09-0410-ab3c-d52691b4dbfc

Source/WebCore/ChangeLog
Source/WebCore/editing/VisibleSelection.h

index e4083bd..5395b2e 100644 (file)
@@ -1,3 +1,9 @@
+2012-06-29  Ryosuke Niwa  <rniwa@webkit.org>
+
+        Remove a #include erroneously added in r120896.
+
+        * editing/VisibleSelection.h:
+
 2012-06-29  Yoshifumi Inoue  <yosin@chromium.org>
 
         [Platform] Implement Date Time format parser
index 2312769..9228204 100644 (file)
@@ -28,7 +28,6 @@
 
 #include "TextGranularity.h"
 #include "VisiblePosition.h"
-#include "htmlediting.h"
 
 namespace WebCore {