diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2011-12-06 15:25:35 +0100 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2011-12-07 17:19:45 +0100 |
commit | 372c5cf19e9c8ba6781ae17edf4ecc7dcc7c8e25 (patch) | |
tree | 1c41f33f43c637ccdecfa14e7b65ac32a52af674 /sw | |
parent | 9941d8e99c68653595387405f0790f72a816882b (diff) |
Removed unnessecary tools/table.hxx includes
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/docary.hxx | 1 | ||||
-rw-r--r-- | sw/inc/hints.hxx | 1 | ||||
-rw-r--r-- | sw/source/filter/writer/writer.cxx | 1 |
3 files changed, 1 insertions, 2 deletions
diff --git a/sw/inc/docary.hxx b/sw/inc/docary.hxx index 52c2fe08df5e..94374909b8e0 100644 --- a/sw/inc/docary.hxx +++ b/sw/inc/docary.hxx @@ -45,7 +45,6 @@ namespace com { namespace sun { namespace star { namespace i18n { struct ForbiddenCharacters; // comes from the I18N UNO interface }}}} -#include <tools/table.hxx> #include <swtypes.hxx> #include <svl/svarray.hxx> diff --git a/sw/inc/hints.hxx b/sw/inc/hints.hxx index 4d07b8039c25..4f1bb283d50b 100644 --- a/sw/inc/hints.hxx +++ b/sw/inc/hints.hxx @@ -28,7 +28,6 @@ #ifndef _HINTS_HXX #define _HINTS_HXX -#include <tools/table.hxx> #include <swatrset.hxx> class SwFmt; diff --git a/sw/source/filter/writer/writer.cxx b/sw/source/filter/writer/writer.cxx index 2560be696940..1d028016605d 100644 --- a/sw/source/filter/writer/writer.cxx +++ b/sw/source/filter/writer/writer.cxx @@ -31,6 +31,7 @@ #define _SVSTDARR_STRINGSSORTDTOR #include <svl/svstdarr.hxx> +#include <tools/table.hxx> #include <sot/storage.hxx> #include <sfx2/docfile.hxx> |