summaryrefslogtreecommitdiff
path: root/cpp/src/IceStorm/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/src/IceStorm/Parser.h')
-rw-r--r--cpp/src/IceStorm/Parser.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/src/IceStorm/Parser.h b/cpp/src/IceStorm/Parser.h
index aba6bd522fc..2649be8a6db 100644
--- a/cpp/src/IceStorm/Parser.h
+++ b/cpp/src/IceStorm/Parser.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef ICE_STORM_PARSER_H
-#define ICE_STORM_PARSER_H
+#pragma once
#include <IceUtil/Handle.h>
#include <IceStorm/IceStorm.h>
@@ -105,5 +104,3 @@ private:
extern Parser* parser; // The current parser for bison/flex
} // End namespace IceStorm
-
-#endif