summaryrefslogtreecommitdiff
path: root/sal/rtl/alloc_cache.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'sal/rtl/alloc_cache.hxx')
-rw-r--r--sal/rtl/alloc_cache.hxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/sal/rtl/alloc_cache.hxx b/sal/rtl/alloc_cache.hxx
index 01db4b2dd1cb..1afcd4288922 100644
--- a/sal/rtl/alloc_cache.hxx
+++ b/sal/rtl/alloc_cache.hxx
@@ -17,8 +17,8 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/
-#ifndef INCLUDED_RTL_ALLOC_CACHE_HXX
-#define INCLUDED_RTL_ALLOC_CACHE_HXX
+#ifndef INCLUDED_SAL_RTL_ALLOC_CACHE_HXX
+#define INCLUDED_SAL_RTL_ALLOC_CACHE_HXX
#include "sal/types.h"
#include "rtl/alloc.h"
@@ -152,6 +152,6 @@ struct rtl_cache_st
rtl_cache_stat_type m_cpu_stats;
};
-#endif /* INCLUDED_RTL_ALLOC_CACHE_HXX */
+#endif // INCLUDED_SAL_RTL_ALLOC_CACHE_HXX
/* vim:set shiftwidth=4 softtabstop=4 expandtab: */