diff options
-rw-r--r-- | include/svl/itempool.hxx | 2 | ||||
-rw-r--r-- | svl/source/items/itempool.cxx | 4 | ||||
-rw-r--r-- | sw/inc/hints.hxx | 1 |
3 files changed, 4 insertions, 3 deletions
diff --git a/include/svl/itempool.hxx b/include/svl/itempool.hxx index 0f1c4f32511b..9f1ffbc715ce 100644 --- a/include/svl/itempool.hxx +++ b/include/svl/itempool.hxx @@ -20,12 +20,10 @@ #ifndef INCLUDED_SVL_ITEMPOOL_HXX #define INCLUDED_SVL_ITEMPOOL_HXX -#include <limits.h> #include <rtl/string.hxx> #include <svl/poolitem.hxx> #include <svl/svldllapi.h> #include <tools/solar.h> -#include <vector> class SvStream; class SfxBroadcaster; 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> diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index bf6b5f9d67b7..3e659452fe7c 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -20,6 +20,7 @@ #define INCLUDED_SW_INC_HINTS_HXX #include <swatrset.hxx> +#include <vector> class SwFmt; class OutputDevice; |