From e59efb12332c8e0427a97d22980376fd9e81e7b7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniel=20Ekl=C3=B6f?= Date: Tue, 23 Jul 2024 15:28:47 +0200 Subject: [PATCH] osc: remove unused includes --- osc.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/osc.c b/osc.c index 4fde951c..0e092a9f 100644 --- a/osc.c +++ b/osc.c @@ -12,15 +12,12 @@ #include "log.h" #include "base64.h" #include "config.h" -#include "grid.h" #include "macros.h" #include "notify.h" -#include "render.h" #include "selection.h" #include "terminal.h" #include "uri.h" #include "util.h" -#include "vt.h" #include "xmalloc.h" #include "xsnprintf.h"