| Index: Source/core/dom/QualifiedName.h
|
| diff --git a/Source/core/dom/QualifiedName.h b/Source/core/dom/QualifiedName.h
|
| index 38673154a67f16684d3b44f5d599e697de86d8cd..5933fe7023d13007a0ab41aad0193f1b9066c9bc 100644
|
| --- a/Source/core/dom/QualifiedName.h
|
| +++ b/Source/core/dom/QualifiedName.h
|
| @@ -21,10 +21,10 @@
|
| #ifndef QualifiedName_h
|
| #define QualifiedName_h
|
|
|
| -#include <wtf/Forward.h>
|
| -#include <wtf/HashTraits.h>
|
| -#include <wtf/RefCounted.h>
|
| -#include <wtf/text/AtomicString.h>
|
| +#include "wtf/Forward.h"
|
| +#include "wtf/HashTraits.h"
|
| +#include "wtf/RefCounted.h"
|
| +#include "wtf/text/AtomicString.h"
|
|
|
| namespace WebCore {
|
|
|
|
|