summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--idlc/inc/aststack.hxx6
1 files changed, 2 insertions, 4 deletions
diff --git a/idlc/inc/aststack.hxx b/idlc/inc/aststack.hxx
index b3f4cda695fd..bf3575676aa3 100644
--- a/idlc/inc/aststack.hxx
+++ b/idlc/inc/aststack.hxx
@@ -16,8 +16,8 @@
* 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_ASTSTACK_HXX
-#define INCLUDED_IDLC_INC_ASTSTACK_HXX
+
+#pragma once
#include <sal/types.h>
#include <vector>
@@ -43,6 +43,4 @@ private:
std::vector<AstScope*> m_stack;
};
-#endif // INCLUDED_IDLC_INC_ASTSTACK_HXX
-
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */