diff options
Diffstat (limited to 'vcl/inc/svdata.hxx')
-rw-r--r-- | vcl/inc/svdata.hxx | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/vcl/inc/svdata.hxx b/vcl/inc/svdata.hxx index ad788f3a1345..44ed38f2eb9d 100644 --- a/vcl/inc/svdata.hxx +++ b/vcl/inc/svdata.hxx @@ -20,16 +20,20 @@ #pragma once #include <sal/config.h> -#include <config_version.h> #include <o3tl/lru_map.hxx> #include <o3tl/hash_combine.hxx> #include <tools/fldunit.hxx> #include <unotools/options.hxx> #include <vcl/bitmapex.hxx> +#include <vcl/cvtgrf.hxx> #include <vcl/image.hxx> #include <vcl/settings.hxx> #include <vcl/svapp.hxx> +#include <vcl/print.hxx> +#include <vcl/uitest/logger.hxx> +#include <vcl/virdev.hxx> +#include <vcl/wrkwin.hxx> #include <vcl/window.hxx> #include <vcl/task.hxx> #include <LibreOfficeKit/LibreOfficeKitTypes.h> @@ -37,16 +41,16 @@ #include <com/sun/star/lang/XComponent.hpp> #include <com/sun/star/i18n/XCharacterClassification.hpp> - #include "vcleventlisteners.hxx" +#include "print.h" #include "salwtype.hxx" +#include "windowdev.hxx" #include "displayconnectiondispatch.hxx" #include <mutex> #include <optional> #include <vector> #include <unordered_map> -#include "ControlCacheKey.hxx" #include "schedulerimpl.hxx" #include <basegfx/DrawCommands.hxx> |