summaryrefslogtreecommitdiff
path: root/sal/rtl/alloc_arena.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/alloc_arena.hxx')
-rw-r--r--sal/rtl/alloc_arena.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/rtl/alloc_arena.hxx b/sal/rtl/alloc_arena.hxx
index 69aa1897866e..da2ebeacc683 100644
--- a/sal/rtl/alloc_arena.hxx
+++ b/sal/rtl/alloc_arena.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_RTL_ALLOC_ARENA_HXX
-#define INCLUDED_RTL_ALLOC_ARENA_HXX
+#ifndef INCLUDED_SAL_RTL_ALLOC_ARENA_HXX
+#define INCLUDED_SAL_RTL_ALLOC_ARENA_HXX
#include "sal/types.h"
#include "rtl/alloc.h"
@@ -112,6 +112,6 @@ struct rtl_arena_st
*/
extern rtl_arena_type * gp_default_arena;
-#endif /* INCLUDED_RTL_ALLOC_ARENA_HXX */
+#endif // INCLUDED_SAL_RTL_ALLOC_ARENA_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */