diff options
| -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 |
