diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-13 12:50:42 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2013-12-13 12:52:20 +0900 |
commit | ed2238156618b5eae5a7e3b040dd0973793eace0 (patch) | |
tree | d637b2f9687e7257baa00c1b52960c3456cd6482 /vcl | |
parent | b578d23d3131f30d775e07baa6fa26e247ea999d (diff) |
Drop duplicate #include
Change-Id: I63612bc5bd4e13fcc5c4e57ac73bd9c7bbf4f0e6
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/source/filter/wmf/winmtf.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/impimagetree.cxx | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/vcl/source/filter/wmf/winmtf.cxx b/vcl/source/filter/wmf/winmtf.cxx index dd3b3b628acd..bfd30eb23b88 100644 --- a/vcl/source/filter/wmf/winmtf.cxx +++ b/vcl/source/filter/wmf/winmtf.cxx @@ -27,7 +27,6 @@ #include <vcl/svapp.hxx> #include <rtl/strbuf.hxx> #include <rtl/tencinfo.h> -#include <vcl/svapp.hxx> #include <vcl/virdev.hxx> diff --git a/vcl/source/gdi/impimagetree.cxx b/vcl/source/gdi/impimagetree.cxx index 1c676676ba16..708f3c28cab5 100644 --- a/vcl/source/gdi/impimagetree.cxx +++ b/vcl/source/gdi/impimagetree.cxx @@ -45,7 +45,6 @@ #include "vcl/settings.hxx" #include "vcl/svapp.hxx" #include "impimagetree.hxx" -#include <vcl/dibtools.hxx> namespace { |