From 2787b716c4b3381c71a924ee0a547c5b644c27b7 Mon Sep 17 00:00:00 2001 From: Thomas Adam Date: Fri, 13 Dec 2024 19:19:33 +0000 Subject: [PATCH] build: SVG: remove superflous includes These snuck in via an LSP which was trying to be "helpful". --- libs/PictureImageLoader.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/PictureImageLoader.c b/libs/PictureImageLoader.c index 17702505f..1d8b81c03 100644 --- a/libs/PictureImageLoader.c +++ b/libs/PictureImageLoader.c @@ -36,8 +36,6 @@ #include "fvwmlib.h" #include "defaults.h" -#include "glib.h" -#include "librsvg/rsvg.h" #include "log.h" #include "System.h" #include "Strings.h"