| Index: Source/core/svg/SVGZoomAndPan.h
|
| diff --git a/Source/core/svg/SVGZoomAndPan.h b/Source/core/svg/SVGZoomAndPan.h
|
| index 1b14bde7250769c1736977adb897634cf3cb7d17..56f7e638228f87ec7482599d655ac1023f787c8e 100644
|
| --- a/Source/core/svg/SVGZoomAndPan.h
|
| +++ b/Source/core/svg/SVGZoomAndPan.h
|
| @@ -21,7 +21,6 @@
|
| #ifndef SVGZoomAndPan_h
|
| #define SVGZoomAndPan_h
|
|
|
| -#if ENABLE(SVG)
|
| #include "SVGNames.h"
|
| #include "core/dom/Attribute.h"
|
| #include "core/dom/QualifiedName.h"
|
| @@ -86,5 +85,4 @@ public:
|
|
|
| } // namespace WebCore
|
|
|
| -#endif // ENABLE(SVG)
|
| #endif // SVGZoomAndPan_h
|
|
|