diff options
Diffstat (limited to 'Source/WebCore/svg/GradientAttributes.h')
-rw-r--r-- | Source/WebCore/svg/GradientAttributes.h | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/Source/WebCore/svg/GradientAttributes.h b/Source/WebCore/svg/GradientAttributes.h index 084a42710..e01f1fa16 100644 --- a/Source/WebCore/svg/GradientAttributes.h +++ b/Source/WebCore/svg/GradientAttributes.h @@ -17,10 +17,8 @@ * Boston, MA 02110-1301, USA. */ -#ifndef GradientAttributes_h -#define GradientAttributes_h +#pragma once -#if ENABLE(SVG) #include "SVGGradientElement.h" #include "SVGUnitTypes.h" @@ -95,6 +93,3 @@ struct SameSizeAsGradientAttributes { COMPILE_ASSERT(sizeof(GradientAttributes) == sizeof(SameSizeAsGradientAttributes), GradientAttributes_size_guard); } // namespace WebCore - -#endif // ENABLE(SVG) -#endif |