diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2014-07-04 00:50:34 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2014-07-04 10:49:10 +0900 |
commit | c061cb94c07dff1d1eac126307e17295460b805b (patch) | |
tree | 5add58f39e812eda85ee757180ff57b1704a91b8 /svtools | |
parent | dcbac37efebb9877a72f7c9914b63d60f46a5656 (diff) |
Drop unused #includes
Change-Id: Ief545db58a0dbb26ba293aa71debc816a8925b6c
Diffstat (limited to 'svtools')
-rw-r--r-- | svtools/source/contnr/contentenumeration.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/svtools/source/contnr/contentenumeration.cxx b/svtools/source/contnr/contentenumeration.cxx index ce17a5ea039f..a78377e5a34b 100644 --- a/svtools/source/contnr/contentenumeration.cxx +++ b/svtools/source/contnr/contentenumeration.cxx @@ -34,9 +34,6 @@ #include <vcl/svapp.hxx> #include <osl/mutex.hxx> -#include <memory> - - namespace svt { |