summaryrefslogtreecommitdiff
path: root/cpp/include/Slice/Parser.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/Slice/Parser.h')
-rw-r--r--cpp/include/Slice/Parser.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/cpp/include/Slice/Parser.h b/cpp/include/Slice/Parser.h
index 16e5f8bae91..1075caa7e1a 100644
--- a/cpp/include/Slice/Parser.h
+++ b/cpp/include/Slice/Parser.h
@@ -7,8 +7,7 @@
//
// **********************************************************************
-#ifndef SLICE_PARSER_H
-#define SLICE_PARSER_H
+#pragma once
#include <IceUtil/Shared.h>
#include <IceUtil/Handle.h>
@@ -1034,5 +1033,3 @@ private:
extern SLICE_API Unit* unit; // The current parser for bison/flex
}
-
-#endif