| Index: Source/core/dom/QualifiedName.cpp
|
| diff --git a/Source/core/dom/QualifiedName.cpp b/Source/core/dom/QualifiedName.cpp
|
| index 0f740d6a4fbf93c4719a5ccde7438884d9979e5c..c263d87fa6bba71a54dcc253f7d32dae7157501c 100644
|
| --- a/Source/core/dom/QualifiedName.cpp
|
| +++ b/Source/core/dom/QualifiedName.cpp
|
| @@ -25,12 +25,12 @@
|
| #define QNAME_DEFAULT_CONSTRUCTOR
|
| #endif
|
|
|
| -#include "QualifiedName.h"
|
| #include "HTMLNames.h"
|
| -#include "WebCoreMemoryInstrumentation.h"
|
| #include "XLinkNames.h"
|
| #include "XMLNSNames.h"
|
| #include "XMLNames.h"
|
| +#include "core/dom/QualifiedName.h"
|
| +#include "core/dom/WebCoreMemoryInstrumentation.h"
|
| #include <wtf/Assertions.h>
|
| #include <wtf/HashSet.h>
|
| #include <wtf/StaticConstructors.h>
|
|
|