Index: Source/core/dom/NodeRenderingContext.cpp |
diff --git a/Source/core/dom/NodeRenderingContext.cpp b/Source/core/dom/NodeRenderingContext.cpp |
index 856fc6ff53dc69da61f14f40f79b5a586de4b45f..1af0124953fddd73b852f9fd31840b34a3b54e86 100644 |
--- a/Source/core/dom/NodeRenderingContext.cpp |
+++ b/Source/core/dom/NodeRenderingContext.cpp |
@@ -26,19 +26,12 @@ |
#include "config.h" |
#include "core/dom/NodeRenderingContext.h" |
-#include "HTMLNames.h" |
#include "SVGNames.h" |
#include "core/css/resolver/StyleResolver.h" |
#include "core/dom/ContainerNode.h" |
#include "core/dom/FullscreenController.h" |
#include "core/dom/Node.h" |
-#include "core/dom/PseudoElement.h" |
#include "core/dom/Text.h" |
-#include "core/dom/shadow/ContentDistributor.h" |
-#include "core/dom/shadow/ElementShadow.h" |
-#include "core/dom/shadow/ShadowRoot.h" |
-#include "core/html/HTMLInputElement.h" |
-#include "core/html/shadow/HTMLContentElement.h" |
#include "core/html/shadow/HTMLShadowElement.h" |
#include "core/rendering/FlowThreadController.h" |
#include "core/rendering/RenderFullScreen.h" |
@@ -46,12 +39,9 @@ |
#include "core/rendering/RenderObject.h" |
#include "core/rendering/RenderText.h" |
#include "core/rendering/RenderView.h" |
-#include "core/rendering/style/StyleInheritedData.h" |
namespace WebCore { |
-using namespace HTMLNames; |
- |
NodeRenderingContext::NodeRenderingContext(Node* node) |
: m_node(node) |
, m_parentFlowRenderer(0) |