vcl/unx/gtk3/salnativewidgets-gtk.cxx | 1 - 1 file changed, 1 deletion(-)
New commits: commit 3dea7fa454e0a0a2ec3fc9d6cf0d028a7034ed61 Author: Sahil Gautam <[email protected]> AuthorDate: Fri Feb 28 21:44:13 2025 +0530 Commit: Sahil Gautam <[email protected]> CommitDate: Mon Jan 26 09:52:37 2026 +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 <[email protected]> (cherry picked from commit 61290d41e575f5f5a328966d87516ec8c3e15a74) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/198087 Tested-by: Jenkins CollaboraOffice <[email protected]> Reviewed-by: Sahil Gautam <[email protected]> diff --git a/vcl/unx/gtk3/salnativewidgets-gtk.cxx b/vcl/unx/gtk3/salnativewidgets-gtk.cxx index e88d823781aa..6ffe06fdd0c4 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;
