diff options
Diffstat (limited to 'tools/source/memtools/mempool.cxx')
-rw-r--r-- | tools/source/memtools/mempool.cxx | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/tools/source/memtools/mempool.cxx b/tools/source/memtools/mempool.cxx index fe79b471a343..cf043f904c8b 100644 --- a/tools/source/memtools/mempool.cxx +++ b/tools/source/memtools/mempool.cxx @@ -17,9 +17,9 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ -#include "tools/mempool.hxx" -#include "sal/log.hxx" -#include "rtl/alloc.h" +#include <tools/mempool.hxx> +#include <sal/log.hxx> +#include <rtl/alloc.h> #include <stdio.h> |