summaryrefslogtreecommitdiff
path: root/tools/source/memtools/mempool.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'tools/source/memtools/mempool.cxx')
-rw-r--r--[-rwxr-xr-x]tools/source/memtools/mempool.cxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/tools/source/memtools/mempool.cxx b/tools/source/memtools/mempool.cxx
index e8be417b15a2..55856d90bc0f 100755..100644
--- a/tools/source/memtools/mempool.cxx
+++ b/tools/source/memtools/mempool.cxx
@@ -1,3 +1,4 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
/*************************************************************************
*
* DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
@@ -32,9 +33,7 @@
#include "osl/diagnose.h"
#include "rtl/alloc.h"
-#ifndef INCLUDED_STDIO_H
#include <stdio.h>
-#endif
/*************************************************************************
|*
@@ -85,3 +84,5 @@ void FixedMemPool::Free( void* pFree )
{
rtl_cache_free ((rtl_cache_type*)(m_pImpl), pFree);
}
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */