diff options
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; |