From 2e1c360c7179fea70f07bffdd5890e4e42d0a624 Mon Sep 17 00:00:00 2001 From: John Lindgren Date: Mon, 20 Feb 2023 13:26:01 -0500 Subject: [PATCH] xdg: Remove unused #include --- src/xdg.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xdg.c b/src/xdg.c index 1d1496cc..0315b929 100644 --- a/src/xdg.c +++ b/src/xdg.c @@ -3,7 +3,6 @@ #include "common/mem.h" #include "labwc.h" #include "node.h" -#include "ssd.h" #include "view.h" #include "workspaces.h"