Index: Source/core/html/HTMLSourceElement.cpp |
diff --git a/Source/core/html/HTMLSourceElement.cpp b/Source/core/html/HTMLSourceElement.cpp |
index 20a40481de85fbce5dd9a363277c8c5236b745b1..ddb688a8991ee8a9d56828440a354a5b34ef13b2 100644 |
--- a/Source/core/html/HTMLSourceElement.cpp |
+++ b/Source/core/html/HTMLSourceElement.cpp |
@@ -26,11 +26,11 @@ |
#include "config.h" |
#include "HTMLSourceElement.h" |
-#include "Event.h" |
-#include "EventNames.h" |
#include "HTMLDocument.h" |
#include "HTMLMediaElement.h" |
#include "HTMLNames.h" |
+#include "core/dom/Event.h" |
+#include "core/dom/EventNames.h" |
#include "core/platform/Logging.h" |
using namespace std; |