diff options
author | Marcel Metz <mmetz@adrian-broher.net> | 2012-01-06 23:22:37 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2012-01-06 23:55:51 +0100 |
commit | 4beb58e0dd9533eb9870bb30b9e1472d881fe03a (patch) | |
tree | 21d9dc1cc5b7c246e4052fc21b95ddf229b99996 /vcl | |
parent | 5845c5b6ec04cff9239716ee9cadfa3708e551c0 (diff) |
Removed unnecessary tools/ref.hxx includes.
Diffstat (limited to 'vcl')
-rw-r--r-- | vcl/inc/unx/salstd.hxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/outdev.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/outdev5.cxx | 1 | ||||
-rw-r--r-- | vcl/source/gdi/salgdilayout.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/seleng.cxx | 1 | ||||
-rw-r--r-- | vcl/source/window/tabpage.cxx | 1 |
6 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/unx/salstd.hxx b/vcl/inc/unx/salstd.hxx index e21115ca6729..57af89ea5caf 100644 --- a/vcl/inc/unx/salstd.hxx +++ b/vcl/inc/unx/salstd.hxx @@ -30,7 +30,6 @@ #define _SALSTD_HXX // -=-= includes -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= -#include <tools/ref.hxx> #include <tools/gen.hxx> #include <vcl/sv.h> diff --git a/vcl/source/gdi/outdev.cxx b/vcl/source/gdi/outdev.cxx index d1bccf878288..45887a9f5d91 100644 --- a/vcl/source/gdi/outdev.cxx +++ b/vcl/source/gdi/outdev.cxx @@ -27,7 +27,6 @@ ************************************************************************/ -#include <tools/ref.hxx> #include <tools/debug.hxx> #include <tools/poly.hxx> diff --git a/vcl/source/gdi/outdev5.cxx b/vcl/source/gdi/outdev5.cxx index d74ffdffa27c..5769a3f43853 100644 --- a/vcl/source/gdi/outdev5.cxx +++ b/vcl/source/gdi/outdev5.cxx @@ -27,7 +27,6 @@ ************************************************************************/ -#include <tools/ref.hxx> #include <tools/debug.hxx> #include <tools/poly.hxx> diff --git a/vcl/source/gdi/salgdilayout.cxx b/vcl/source/gdi/salgdilayout.cxx index fa2cf0792b3d..1e0d25683848 100644 --- a/vcl/source/gdi/salgdilayout.cxx +++ b/vcl/source/gdi/salgdilayout.cxx @@ -27,7 +27,6 @@ ************************************************************************/ -#include <tools/ref.hxx> #include <tools/debug.hxx> #include <tools/poly.hxx> diff --git a/vcl/source/window/seleng.cxx b/vcl/source/window/seleng.cxx index 165f6b6a8434..1d83c1ff073f 100644 --- a/vcl/source/window/seleng.cxx +++ b/vcl/source/window/seleng.cxx @@ -27,7 +27,6 @@ ************************************************************************/ -#include <tools/ref.hxx> #include <vcl/window.hxx> #include <vcl/seleng.hxx> #include <tools/debug.hxx> diff --git a/vcl/source/window/tabpage.cxx b/vcl/source/window/tabpage.cxx index 9cf1531df42a..d49acb242611 100644 --- a/vcl/source/window/tabpage.cxx +++ b/vcl/source/window/tabpage.cxx @@ -27,7 +27,6 @@ ************************************************************************/ -#include <tools/ref.hxx> #include <tools/rc.h> #include <vcl/svapp.hxx> |