summaryrefslogtreecommitdiff
path: root/idlc/inc/idlctypes.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'idlc/inc/idlctypes.hxx')
-rw-r--r--idlc/inc/idlctypes.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/idlc/inc/idlctypes.hxx b/idlc/inc/idlctypes.hxx
index c7247be6c86d..a2dadfee178a 100644
--- a/idlc/inc/idlctypes.hxx
+++ b/idlc/inc/idlctypes.hxx
@@ -16,8 +16,7 @@
* except in compliance with the License. You may obtain a copy of
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_IDLC_INC_IDLCTYPES_HXX
-#define INCLUDED_IDLC_INC_IDLCTYPES_HXX
+#pragma once
#include <stdio.h>
@@ -187,6 +186,4 @@ enum ParseState
PS_DeclsDeclSeen // Seen complete decl in decls list
};
-#endif // INCLUDED_IDLC_INC_IDLCTYPES_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */