diff options
author | Sahil Gautam <sahil.gautam.extern@allotropia.de> | 2025-02-28 21:44:13 +0530 |
---|---|---|
committer | Sahil Gautam <sahil.gautam.extern@allotropia.de> | 2025-02-28 18:24:39 +0100 |
commit | 61290d41e575f5f5a328966d87516ec8c3e15a74 (patch) | |
tree | 2ee127317f9d10524bec5f326a8f6a72c22f45f3 | |
parent | 820cd47b34a8138a2c17094ee4ae2ebbd9d507ab (diff) |
remove unused include from vcl
Change-Id: Ibb8b7492764e5f1146521f6bf964c7bab19e1895
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/182002
Tested-by: Jenkins
Reviewed-by: Sahil Gautam <sahil.gautam.extern@allotropia.de>
-rw-r--r-- | vcl/unx/gtk3/salnativewidgets-gtk.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/unx/gtk3/salnativewidgets-gtk.cxx b/vcl/unx/gtk3/salnativewidgets-gtk.cxx index 74376d2692ce..3d2e420487d9 100644 --- a/vcl/unx/gtk3/salnativewidgets-gtk.cxx +++ b/vcl/unx/gtk3/salnativewidgets-gtk.cxx @@ -28,7 +28,6 @@ #include "custom-theme.hxx" #include <vcl/themecolors.hxx> #include "gtkcairo.hxx" -#include <optional> GtkCssProvider* GtkSalGraphics::mpCustomThemeProvider = nullptr; GtkStyleContext* GtkSalGraphics::mpWindowStyle = nullptr; |