summaryrefslogtreecommitdiff
path: root/Source/WebCore/svg/SVGPathSeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/svg/SVGPathSeg.h')
-rw-r--r--Source/WebCore/svg/SVGPathSeg.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/WebCore/svg/SVGPathSeg.h b/Source/WebCore/svg/SVGPathSeg.h
index 09f500c5b..dd02caa04 100644
--- a/Source/WebCore/svg/SVGPathSeg.h
+++ b/Source/WebCore/svg/SVGPathSeg.h
@@ -18,10 +18,8 @@
* Boston, MA 02110-1301, USA.
*/
-#ifndef SVGPathSeg_h
-#define SVGPathSeg_h
+#pragma once
-#if ENABLE(SVG)
#include <wtf/RefCounted.h>
#include <wtf/text/WTFString.h>
@@ -90,6 +88,3 @@ public:
};
} // namespace WebCore
-
-#endif // ENABLE(SVG)
-#endif