diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-03 15:12:48 +0100 |
---|---|---|
committer | Luboš Luňák <l.lunak@suse.cz> | 2012-01-05 15:36:41 +0100 |
commit | 571ad11bc091871e8f71cda20c4aa56786f43837 (patch) | |
tree | 7f4a1533d4ec07c1a5ec1d2d75c23008800a0e8d /vcl | |
parent | 79646372a0f4ac6becf494f5a96b0d7dbe379e9d (diff) |
Removed unnecessary tools includes.
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/impgraph.hxx | 1 | ||||
-rw-r--r-- | vcl/inc/vcl/sound.hxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/gfxlink.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/winproc.cxx | 1 |
4 files changed, 1 insertions, 3 deletions
diff --git a/vcl/inc/impgraph.hxx b/vcl/inc/impgraph.hxx index 9b029f501b47..359b999e03f2 100644 --- a/vcl/inc/impgraph.hxx +++ b/vcl/inc/impgraph.hxx @@ -29,7 +29,6 @@ #ifndef _SV_IMPGRAPH_HXX #define _SV_IMPGRAPH_HXX -#include <tools/urlobj.hxx> #include <vcl/bitmap.hxx> #include <vcl/bitmapex.hxx> #include <vcl/animate.hxx> diff --git a/vcl/inc/vcl/sound.hxx b/vcl/inc/vcl/sound.hxx index 1a32a27154ce..a4c2a3de3398 100644 --- a/vcl/inc/vcl/sound.hxx +++ b/vcl/inc/vcl/sound.hxx @@ -33,7 +33,6 @@ #include <vcl/sndstyle.hxx> #include <tools/string.hxx> #include <tools/link.hxx> -#include <tools/time.hxx> class Window; class Timer; diff --git a/vcl/source/gdi/gfxlink.cxx b/vcl/source/gdi/gfxlink.cxx index 7c290928162f..dcfb57106451 100644 --- a/vcl/source/gdi/gfxlink.cxx +++ b/vcl/source/gdi/gfxlink.cxx @@ -29,7 +29,6 @@ #include <osl/file.h> #include <tools/vcompat.hxx> -#include <tools/urlobj.hxx> #include <tools/debug.hxx> #include <unotools/ucbstreamhelper.hxx> #include <unotools/tempfile.hxx> diff --git a/vcl/source/window/winproc.cxx b/vcl/source/window/winproc.cxx index 43866142ccc8..a306fa5bdbd7 100644 --- a/vcl/source/window/winproc.cxx +++ b/vcl/source/window/winproc.cxx @@ -28,6 +28,7 @@ #include <tools/debug.hxx> +#include <tools/time.hxx> #include <unotools/localedatawrapper.hxx> |