summaryrefslogtreecommitdiffstats
path: root/include/vcl/settings.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'include/vcl/settings.hxx')
-rw-r--r--include/vcl/settings.hxx16
1 files changed, 7 insertions, 9 deletions
diff --git a/include/vcl/settings.hxx b/include/vcl/settings.hxx
index adadeb39662f..3b7e5e215104 100644
--- a/include/vcl/settings.hxx
+++ b/include/vcl/settings.hxx
@@ -23,22 +23,21 @@
#include <tools/solar.h>
#include <vcl/dllapi.h>
#include <tools/color.hxx>
-#include <vcl/bitmapex.hxx>
-#include <vcl/font.hxx>
-#include <vcl/accel.hxx>
-#include <vcl/wall.hxx>
-#include <i18nlangtag/languagetag.hxx>
-#include <unotools/syslocale.hxx>
+#include <tools/gen.hxx>
#include <o3tl/typed_flags_set.hxx>
#include <memory>
+#include <vector>
+
+class BitmapEx;
+class LanguageTag;
+class SvtSysLocale;
namespace boost
{
template<typename T> class optional;
}
-class CollatorWrapper;
class LocaleDataWrapper;
struct ImplMouseData;
struct ImplMiscData;
@@ -48,9 +47,8 @@ struct ImplAllSettingsData;
enum class ConfigurationHints;
namespace vcl {
+ class Font;
class I18nHelper;
- class IconThemeScanner;
- class IconThemeSelector;
class IconThemeInfo;
}