| Index: Source/core/svg/SVGZoomAndPan.h
|
| diff --git a/Source/core/svg/SVGZoomAndPan.h b/Source/core/svg/SVGZoomAndPan.h
|
| index d9264a31b2136501e2317a9b773be82498e09166..1b14bde7250769c1736977adb897634cf3cb7d17 100644
|
| --- a/Source/core/svg/SVGZoomAndPan.h
|
| +++ b/Source/core/svg/SVGZoomAndPan.h
|
| @@ -22,9 +22,9 @@
|
| #define SVGZoomAndPan_h
|
|
|
| #if ENABLE(SVG)
|
| -#include "Attribute.h"
|
| -#include "QualifiedName.h"
|
| #include "SVGNames.h"
|
| +#include "core/dom/Attribute.h"
|
| +#include "core/dom/QualifiedName.h"
|
| #include <wtf/HashSet.h>
|
| #include <wtf/RefCounted.h>
|
| #include <wtf/unicode/Unicode.h>
|
|
|