From 0bdca6b6f12d34b1ff68f3c69d91aee62741c3b2 Mon Sep 17 00:00:00 2001 From: Till Kamppeter Date: Tue, 17 Jan 2023 15:19:11 -0300 Subject: [PATCH] texttopdf: Do not include fontconfig.h in the CUPS filter wrapper --- filter/texttopdf.c | 1 - 1 file changed, 1 deletion(-) diff --git a/filter/texttopdf.c b/filter/texttopdf.c index 96535cc27..50bef2c85 100644 --- a/filter/texttopdf.c +++ b/filter/texttopdf.c @@ -14,7 +14,6 @@ #include #include #include -#include #include -- 2.47.3