diff options
author | Mathias Bauer <mba@openoffice.org> | 2009-10-08 16:59:48 +0200 |
---|---|---|
committer | Mathias Bauer <mba@openoffice.org> | 2009-10-08 16:59:48 +0200 |
commit | 80a5eff607808252c7fa7024793d445191d928a5 (patch) | |
tree | 19082f53c3a634c407d64001401f99479d067e2a /svl/source/items/itempool.cxx | |
parent | cf2b56f39d57c62b17c444025f8dfe14e6149cba (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.cxx | 6 |
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> |