From 027038e49efcd37a3755e7cf09354c5eea9bf5f4 Mon Sep 17 00:00:00 2001 From: Tomas Rivera Date: Mon, 27 Apr 2026 18:47:45 +0200 Subject: [PATCH] Fix: removed headers clangd added --- src/utils.c | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/utils.c b/src/utils.c index c473bb1..0b82319 100644 --- a/src/utils.c +++ b/src/utils.c @@ -1,6 +1,4 @@ #include "utils.h" -#include "unistd.h" -#include const char *supportedEditor[] = {"helix", "jed", "kakoune", "micro", "nano", "neovim", "vi", "vim"}; const int numEditors = 8;