summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorRodolfo Ribeiro Gomes <rodolforg@gmail.com>2013-05-16 23:28:04 -0300
committerFridrich Strba <fridrich@documentfoundation.org>2013-05-21 19:42:21 +0000
commite8c9a6af25a7ff476e33ad239b70414168aabe3a (patch)
treed56afd69217bf2f51b804dee5a94f69b2eff1102 /vcl
parentb1167d96bd70a9e820525a3e6189772cf1b7852a (diff)
Removal of includes not needed anymore
Change-Id: I5dccad8629a59e92dc2864e2b3630732a631ee96 Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg@gmail.com> Reviewed-on: https://gerrit.libreoffice.org/3952 Reviewed-by: Fridrich Strba <fridrich@documentfoundation.org> Tested-by: Fridrich Strba <fridrich@documentfoundation.org>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/inc/impimagetree.hxx2
-rw-r--r--vcl/source/gdi/impimagetree.cxx13
2 files changed, 0 insertions, 15 deletions
diff --git a/vcl/inc/impimagetree.hxx b/vcl/inc/impimagetree.hxx
index 0dc31104d43d..d22e770e1016 100644
--- a/vcl/inc/impimagetree.hxx
+++ b/vcl/inc/impimagetree.hxx
@@ -22,8 +22,6 @@
#include "sal/config.h"
-#include <list>
-#include <utility>
#include <vector>
#include <boost/unordered_map.hpp>
diff --git a/vcl/source/gdi/impimagetree.cxx b/vcl/source/gdi/impimagetree.cxx
index 935b8cf0135e..bb0013fbd000 100644
--- a/vcl/source/gdi/impimagetree.cxx
+++ b/vcl/source/gdi/impimagetree.cxx
@@ -20,11 +20,6 @@
#include "sal/config.h"
-#include <list>
-#include <memory>
-#include <utility>
-#include <vector>
-#include <boost/unordered_map.hpp>
#include <boost/shared_ptr.hpp>
#include "com/sun/star/container/XNameAccess.hpp"
@@ -34,7 +29,6 @@
#include "com/sun/star/packages/zip/ZipFileAccess.hpp"
#include "com/sun/star/uno/Any.hxx"
#include "com/sun/star/uno/Exception.hpp"
-#include "com/sun/star/uno/Reference.hxx"
#include "com/sun/star/uno/RuntimeException.hpp"
#include "com/sun/star/uno/Sequence.hxx"
@@ -44,13 +38,6 @@
#include "osl/diagnose.h"
#include "rtl/bootstrap.hxx"
-#include "rtl/string.h"
-#include "rtl/textenc.h"
-#include "rtl/ustrbuf.hxx"
-#include "rtl/ustring.h"
-#include "rtl/ustring.hxx"
-
-#include "sal/types.h"
#include "tools/stream.hxx"
#include "tools/urlobj.hxx"