vcl/inc/impimagetree.hxx | 2 -- vcl/source/gdi/impimagetree.cxx | 13 ------------- 2 files changed, 15 deletions(-)
New commits: commit e8c9a6af25a7ff476e33ad239b70414168aabe3a Author: Rodolfo Ribeiro Gomes <[email protected]> Date: Thu May 16 23:28:04 2013 -0300 Removal of includes not needed anymore Change-Id: I5dccad8629a59e92dc2864e2b3630732a631ee96 Signed-off-by: Rodolfo Ribeiro Gomes <[email protected]> Reviewed-on: https://gerrit.libreoffice.org/3952 Reviewed-by: Fridrich Strba <[email protected]> Tested-by: Fridrich Strba <[email protected]> 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 935b8cf..bb0013f 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" _______________________________________________ Libreoffice-commits mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits
