summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-07-04 00:50:34 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-07-04 10:49:10 +0900
commitc061cb94c07dff1d1eac126307e17295460b805b (patch)
tree5add58f39e812eda85ee757180ff57b1704a91b8
parentdcbac37efebb9877a72f7c9914b63d60f46a5656 (diff)
Drop unused #includes
Change-Id: Ief545db58a0dbb26ba293aa71debc816a8925b6c
-rw-r--r--svtools/source/contnr/contentenumeration.cxx3
-rw-r--r--svx/source/svdraw/svdouno.cxx1
2 files changed, 0 insertions, 4 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
{
diff --git a/svx/source/svdraw/svdouno.cxx b/svx/source/svdraw/svdouno.cxx
index cb6e1ad300ce..ed4cedacbc04 100644
--- a/svx/source/svdraw/svdouno.cxx
+++ b/svx/source/svdraw/svdouno.cxx
@@ -45,7 +45,6 @@
#include "svx/svdviter.hxx"
#include <rtl/ref.hxx>
#include <set>
-#include <memory>
#include <svx/sdrpagewindow.hxx>
#include <svx/sdrpaintwindow.hxx>
#include <tools/diagnose_ex.h>