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