Index: Source/core/html/forms/RadioInputType.cpp |
diff --git a/Source/core/html/forms/RadioInputType.cpp b/Source/core/html/forms/RadioInputType.cpp |
index d18e856d89ac48b9eab211f639c80e50c27bcdaf..c8ce9b00ec7831c612d15951114a6b21c86ebbc8 100644 |
--- a/Source/core/html/forms/RadioInputType.cpp |
+++ b/Source/core/html/forms/RadioInputType.cpp |
@@ -23,8 +23,8 @@ |
#include "core/html/forms/RadioInputType.h" |
#include "HTMLNames.h" |
-#include "core/dom/KeyboardEvent.h" |
-#include "core/dom/MouseEvent.h" |
+#include "core/events/KeyboardEvent.h" |
+#include "core/events/MouseEvent.h" |
#include "core/dom/NodeTraversal.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/forms/InputTypeNames.h" |