Index: Source/core/html/forms/RadioInputType.cpp |
=================================================================== |
--- Source/core/html/forms/RadioInputType.cpp (revision 159157) |
+++ Source/core/html/forms/RadioInputType.cpp (working copy) |
@@ -23,8 +23,8 @@ |
#include "core/html/forms/RadioInputType.h" |
#include "HTMLNames.h" |
-#include "core/events/KeyboardEvent.h" |
-#include "core/events/MouseEvent.h" |
+#include "core/dom/KeyboardEvent.h" |
+#include "core/dom/MouseEvent.h" |
#include "core/dom/NodeTraversal.h" |
#include "core/html/HTMLInputElement.h" |
#include "core/html/forms/InputTypeNames.h" |