diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-11-11 06:47:49 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-11-11 06:51:54 +0900 |
commit | 2111d552977b0a2f9bfa9ea746adec7d83204a6c (patch) | |
tree | 60e17dcc8632ea4ea27d261484843433e127c5d5 /sw | |
parent | cb41f4c3974b9bf7e5d870f185d08c5741378080 (diff) |
Drop unnecessary #includes
Change-Id: Ib286fa65ee54a09a78686b8b11453228c4196910
Diffstat (limited to 'sw')
-rw-r--r-- | sw/inc/doc.hxx | 1 | ||||
-rw-r--r-- | sw/inc/fmtfld.hxx | 2 | ||||
-rw-r--r-- | sw/inc/section.hxx | 2 |
3 files changed, 0 insertions, 5 deletions
diff --git a/sw/inc/doc.hxx b/sw/inc/doc.hxx index f67b38bac53d..c30b23d9184a 100644 --- a/sw/inc/doc.hxx +++ b/sw/inc/doc.hxx @@ -74,7 +74,6 @@ class SwList; #include <svtools/embedhlp.hxx> #include <vector> #include <set> -#include <map> #include <memory> #include <boost/scoped_ptr.hpp> diff --git a/sw/inc/fmtfld.hxx b/sw/inc/fmtfld.hxx index b76dd23afb15..56184d0ce8b7 100644 --- a/sw/inc/fmtfld.hxx +++ b/sw/inc/fmtfld.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_SW_INC_FMTFLD_HXX #define INCLUDED_SW_INC_FMTFLD_HXX -#include <list> - #include <com/sun/star/text/XTextField.hpp> #include <cppuhelper/weakref.hxx> diff --git a/sw/inc/section.hxx b/sw/inc/section.hxx index 92d011385f6f..603ad1e608e7 100644 --- a/sw/inc/section.hxx +++ b/sw/inc/section.hxx @@ -20,8 +20,6 @@ #ifndef INCLUDED_SW_INC_SECTION_HXX #define INCLUDED_SW_INC_SECTION_HXX -#include <boost/utility.hpp> - #include <com/sun/star/uno/Sequence.h> #include <tools/rtti.hxx> |