[PATCH] Removal of includes not needed anymore
Rodolfo Ribeiro Gomes (via Code Review)
gerrit at gerrit.libreoffice.org
Fri May 17 16:38:43 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3952
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/52/3952/1
Removal of includes not needed anymore
Change-Id: I5dccad8629a59e92dc2864e2b3630732a631ee96
Signed-off-by: Rodolfo Ribeiro Gomes <rodolforg at gmail.com>
---
M vcl/inc/impimagetree.hxx
M vcl/source/gdi/impimagetree.cxx
2 files changed, 0 insertions(+), 15 deletions(-)
diff --git a/vcl/inc/impimagetree.hxx b/vcl/inc/impimagetree.hxx
index 0dc3110..d22e770 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 86e2f22..fe252fa 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"
@@ -33,7 +28,6 @@
#include "com/sun/star/lang/XMultiServiceFactory.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"
@@ -43,13 +37,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"
--
To view, visit https://gerrit.libreoffice.org/3952
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I5dccad8629a59e92dc2864e2b3630732a631ee96
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: master
Gerrit-Owner: Rodolfo Ribeiro Gomes <libo at rodolfo.eng.br>
More information about the LibreOffice
mailing list