Index: Source/core/html/HTMLAnchorElement.cpp |
=================================================================== |
--- Source/core/html/HTMLAnchorElement.cpp (revision 159157) |
+++ Source/core/html/HTMLAnchorElement.cpp (working copy) |
@@ -26,9 +26,9 @@ |
#include "HTMLNames.h" |
#include "core/dom/Attribute.h" |
-#include "core/events/EventNames.h" |
-#include "core/events/KeyboardEvent.h" |
-#include "core/events/MouseEvent.h" |
+#include "core/dom/EventNames.h" |
+#include "core/dom/KeyboardEvent.h" |
+#include "core/dom/MouseEvent.h" |
#include "core/editing/FrameSelection.h" |
#include "core/html/HTMLFormElement.h" |
#include "core/html/HTMLImageElement.h" |