summaryrefslogtreecommitdiff
path: root/svl/source/items/itempool.cxx
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2009-10-08 16:59:48 +0200
committerMathias Bauer <mba@openoffice.org>2009-10-08 16:59:48 +0200
commit80a5eff607808252c7fa7024793d445191d928a5 (patch)
tree19082f53c3a634c407d64001401f99479d067e2a /svl/source/items/itempool.cxx
parentcf2b56f39d57c62b17c444025f8dfe14e6149cba (diff)
#i103496#: make svl buildable with internal inc/svl directory
Diffstat (limited to 'svl/source/items/itempool.cxx')
-rw-r--r--svl/source/items/itempool.cxx6
1 files changed, 3 insertions, 3 deletions
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx
index 50f5c1fee817..5f34560e8471 100644
--- a/svl/source/items/itempool.cxx
+++ b/svl/source/items/itempool.cxx
@@ -36,10 +36,10 @@
#ifndef GCC
#endif
-#include <svtools/itempool.hxx>
+#include <svl/itempool.hxx>
#include "whassert.hxx"
-#include <svtools/brdcst.hxx>
-#include <svtools/smplhint.hxx>
+#include <svl/brdcst.hxx>
+#include <svl/smplhint.hxx>
#include "poolio.hxx"
#include <algorithm>