Index: Source/core/inspector/InspectorCSSAgent.cpp |
diff --git a/Source/core/inspector/InspectorCSSAgent.cpp b/Source/core/inspector/InspectorCSSAgent.cpp |
index 861dd52a315a61ece013d41ba42588b5ffbb050e..8410c64488d0e5fa8a35a92f0d821ab1de65a974 100644 |
--- a/Source/core/inspector/InspectorCSSAgent.cpp |
+++ b/Source/core/inspector/InspectorCSSAgent.cpp |
@@ -26,7 +26,6 @@ |
#include "InspectorCSSAgent.h" |
#include "CSSPropertyNames.h" |
-#include "ExceptionCodePlaceholder.h" |
#include "HTMLHeadElement.h" |
#include "HTMLStyleElement.h" |
#include "InspectorDOMAgent.h" |
@@ -35,10 +34,6 @@ |
#include "InspectorTypeBuilder.h" |
#include "InspectorValues.h" |
#include "InstrumentingAgents.h" |
-#include "NamedFlow.h" |
-#include "NamedFlowCollection.h" |
-#include "Node.h" |
-#include "NodeList.h" |
#include "SVGStyleElement.h" |
#include "core/css/CSSComputedStyleDeclaration.h" |
#include "core/css/CSSImportRule.h" |
@@ -53,6 +48,11 @@ |
#include "core/css/StyleRule.h" |
#include "core/css/StyleSheet.h" |
#include "core/css/StyleSheetList.h" |
+#include "core/dom/ExceptionCodePlaceholder.h" |
+#include "core/dom/NamedFlow.h" |
+#include "core/dom/NamedFlowCollection.h" |
+#include "core/dom/Node.h" |
+#include "core/dom/NodeList.h" |
#include "core/page/ContentSecurityPolicy.h" |
#include "core/page/DOMWindow.h" |
#include "core/rendering/RenderRegion.h" |