vcl/unx/gtk3/salnativewidgets-gtk.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 61290d41e575f5f5a328966d87516ec8c3e15a74 Author: Sahil Gautam <sahil.gautam.ext...@allotropia.de> AuthorDate: Fri Feb 28 21:44:13 2025 +0530 Commit: Sahil Gautam <sahil.gautam.ext...@allotropia.de> CommitDate: Fri Feb 28 18:24:39 2025 +0100 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.ext...@allotropia.de> 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;