diff options
author | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 18:31:59 +1100 |
---|---|---|
committer | Chris Sherlock <chris.sherlock79@gmail.com> | 2016-01-27 19:22:25 +1100 |
commit | 0164c401b8aec6a06080931f587acbc528791ca7 (patch) | |
tree | c51a28bfd705a5ddc2ea430d264a3ad25817f0b3 /vcl/inc | |
parent | f659bd1ac219b73d7b14f29552fca5678bce1fa8 (diff) |
vcl: remove unnecessary includes in svdata.hxx
Change-Id: I28dd9058f37611d01fbb1d4e8b9b99145c4d1750
Diffstat (limited to 'vcl/inc')
-rw-r--r-- | vcl/inc/svdata.hxx | 32 |
1 files changed, 8 insertions, 24 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index 8c616f7f0878..0856d3232d14 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -20,37 +20,21 @@ #ifndef INCLUDED_VCL_INC_SVDATA_HXX #define INCLUDED_VCL_INC_SVDATA_HXX -#include "sal/types.h" - -#include <osl/thread.hxx> -#include <rtl/ref.hxx> -#include <rtl/ustring.hxx> -#include "tools/link.hxx" -#include "tools/fldunit.hxx" -#include "tools/color.hxx" -#include "tools/debug.hxx" -#include "tools/solar.h" -#include "vcl/bitmapex.hxx" -#include "vcl/idle.hxx" -#include "vcl/dllapi.h" -#include "vcl/keycod.hxx" -#include "vcl/svapp.hxx" -#include "vcl/vclevent.hxx" -#include "vcleventlisteners.hxx" +#include <config_version.h> -#include "impfontcache.hxx" +#include <tools/fldunit.hxx> +#include <unotools/options.hxx> +#include <vcl/idle.hxx> +#include <vcl/svapp.hxx> -#include "unotools/options.hxx" +#include <com/sun/star/lang/XComponent.hpp> +#include "vcleventlisteners.hxx" +#include "impfontcache.hxx" #include "xconnection.hxx" -#include "com/sun/star/lang/XComponent.hpp" -#include "com/sun/star/uno/Reference.hxx" - #include <unordered_map> -#include <config_version.h> - struct ImplTimerData; struct ImplIdleData; struct ImplConfigData; |