Index: Source/core/dom/Attr.cpp |
diff --git a/Source/core/dom/Attr.cpp b/Source/core/dom/Attr.cpp |
index ad098094a02bece8da80a3f056135912adf12a26..93c3c9480e51faddc4983f19696e009140ffc234 100644 |
--- a/Source/core/dom/Attr.cpp |
+++ b/Source/core/dom/Attr.cpp |
@@ -23,14 +23,11 @@ |
#include "config.h" |
#include "core/dom/Attr.h" |
-#include "XMLNSNames.h" |
#include "bindings/v8/ExceptionState.h" |
#include "bindings/v8/ExceptionStatePlaceholder.h" |
#include "core/dom/Element.h" |
-#include "core/dom/ExceptionCode.h" |
#include "core/dom/Text.h" |
#include "core/events/ScopedEventQueue.h" |
-#include "core/frame/UseCounter.h" |
#include "wtf/text/AtomicString.h" |
#include "wtf/text/StringBuilder.h" |