summaryrefslogtreecommitdiff
path: root/Source/WebCore/xml/XSLTExtensions.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/WebCore/xml/XSLTExtensions.h')
-rw-r--r--Source/WebCore/xml/XSLTExtensions.h8
1 files changed, 3 insertions, 5 deletions
diff --git a/Source/WebCore/xml/XSLTExtensions.h b/Source/WebCore/xml/XSLTExtensions.h
index 4e4224f95..575c01c0f 100644
--- a/Source/WebCore/xml/XSLTExtensions.h
+++ b/Source/WebCore/xml/XSLTExtensions.h
@@ -23,8 +23,7 @@
* THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
*/
-#ifndef XSLTExtensions_h
-#define XSLTExtensions_h
+#pragma once
#if ENABLE(XSLT)
@@ -34,7 +33,6 @@ namespace WebCore {
void registerXSLTExtensions(xsltTransformContextPtr ctxt);
-}
+} // namespace WebCore
-#endif
-#endif
+#endif // ENABLE(XSLT)