Kaydet (Commit) 502331f2 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Remove unused header includes from public header.

Change-Id: Ie9d42f15e2881f1f4bb78147d0250a174d9542c1
üst db6f9fbc
...@@ -20,12 +20,10 @@ ...@@ -20,12 +20,10 @@
#ifndef INCLUDED_SVL_ITEMPOOL_HXX #ifndef INCLUDED_SVL_ITEMPOOL_HXX
#define INCLUDED_SVL_ITEMPOOL_HXX #define INCLUDED_SVL_ITEMPOOL_HXX
#include <limits.h>
#include <rtl/string.hxx> #include <rtl/string.hxx>
#include <svl/poolitem.hxx> #include <svl/poolitem.hxx>
#include <svl/svldllapi.h> #include <svl/svldllapi.h>
#include <tools/solar.h> #include <tools/solar.h>
#include <vector>
class SvStream; class SvStream;
class SfxBroadcaster; class SfxBroadcaster;
......
...@@ -17,17 +17,19 @@ ...@@ -17,17 +17,19 @@
* the License at http://www.apache.org/licenses/LICENSE-2.0 . * the License at http://www.apache.org/licenses/LICENSE-2.0 .
*/ */
#include <svl/itempool.hxx>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <svl/itempool.hxx>
#include <osl/diagnose.h> #include <osl/diagnose.h>
#include "whassert.hxx" #include "whassert.hxx"
#include <svl/SfxBroadcaster.hxx> #include <svl/SfxBroadcaster.hxx>
#include <svl/smplhint.hxx> #include <svl/smplhint.hxx>
#include "poolio.hxx" #include "poolio.hxx"
#include <vector>
#if OSL_DEBUG_LEVEL > 0 #if OSL_DEBUG_LEVEL > 0
#include <map> #include <map>
......
...@@ -20,6 +20,7 @@ ...@@ -20,6 +20,7 @@
#define INCLUDED_SW_INC_HINTS_HXX #define INCLUDED_SW_INC_HINTS_HXX
#include <swatrset.hxx> #include <swatrset.hxx>
#include <vector>
class SwFmt; class SwFmt;
class OutputDevice; class OutputDevice;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment