summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--idlc/inc/astbasetype.hxx5
1 files changed, 1 insertions, 4 deletions
diff --git a/idlc/inc/astbasetype.hxx b/idlc/inc/astbasetype.hxx
index 9c4e6ea42575..0b488c8006fd 100644
--- a/idlc/inc/astbasetype.hxx
+++ b/idlc/inc/astbasetype.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_ASTBASETYPE_HXX
-#define INCLUDED_IDLC_INC_ASTBASETYPE_HXX
+#pragma once
#include "asttype.hxx"
#include "astexpression.hxx"
@@ -48,6 +47,4 @@ private:
const ExprType m_exprType;
};
-#endif // INCLUDED_IDLC_INC_ASTBASETYPE_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */