From f3299b4baaf3996d1c7b8216a527434cc038968c Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 24 Sep 2025 20:41:15 -0400 Subject: Unused imports --- terminal.h | 1 - types.h | 2 -- 2 files changed, 3 deletions(-) diff --git a/terminal.h b/terminal.h index 01fd6cc..1bb59e2 100644 --- a/terminal.h +++ b/terminal.h @@ -11,7 +11,6 @@ #define FILE__TERMINAL_H #include -#include #include // Maximum time in milliseconds between double clicks diff --git a/types.h b/types.h index 2839c7b..954339f 100644 --- a/types.h +++ b/types.h @@ -13,8 +13,6 @@ #include #include -#include "terminal.h" - #define MAX_COLS 12 #define MAX_SORT (2 * MAX_COLS) #define HASH_SIZE 1024 -- cgit v1.2.3