diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-09-24 20:41:15 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-09-24 20:41:15 -0400 |
| commit | f3299b4baaf3996d1c7b8216a527434cc038968c (patch) | |
| tree | 75014ac2921db145ae24f8de7369514e2fda6598 | |
| parent | b3ad05094b4e778d92a351a743cdf15e7bd990b2 (diff) | |
| -rw-r--r-- | terminal.h | 1 | ||||
| -rw-r--r-- | types.h | 2 |
2 files changed, 0 insertions, 3 deletions
@@ -11,7 +11,6 @@ #define FILE__TERMINAL_H #include <stdio.h> -#include <time.h> #include <unistd.h> // Maximum time in milliseconds between double clicks @@ -13,8 +13,6 @@ #include <sys/types.h> #include <unistd.h> -#include "terminal.h" - #define MAX_COLS 12 #define MAX_SORT (2 * MAX_COLS) #define HASH_SIZE 1024 |
