diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-02 13:10:00 -0500 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-12-02 13:13:47 -0500 |
commit | 502331f2891bdd40c7d63afebbbbe7d69abff633 (patch) | |
tree | 672b4877fdde2f3514a754bb718085ba463e175d /svl | |
parent | db6f9fbc755e342c4fa3f3cd14e42d9ea0424505 (diff) |
Remove unused header includes from public header.
Change-Id: Ie9d42f15e2881f1f4bb78147d0250a174d9542c1
Diffstat (limited to 'svl')
-rw-r--r-- | svl/source/items/itempool.cxx | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/svl/source/items/itempool.cxx b/svl/source/items/itempool.cxx index 2cfcb3128ce2..61579617261c 100644 --- a/svl/source/items/itempool.cxx +++ b/svl/source/items/itempool.cxx @@ -17,17 +17,19 @@ * the License at http://www.apache.org/licenses/LICENSE-2.0 . */ +#include <svl/itempool.hxx> #include <string.h> #include <stdio.h> -#include <svl/itempool.hxx> #include <osl/diagnose.h> #include "whassert.hxx" #include <svl/SfxBroadcaster.hxx> #include <svl/smplhint.hxx> #include "poolio.hxx" +#include <vector> + #if OSL_DEBUG_LEVEL > 0 #include <map> |