diff options
| author | Randy Palamar <randy@rnpnr.xyz> | 2025-12-13 11:17:09 -0700 |
|---|---|---|
| committer | Randy Palamar <randy@rnpnr.xyz> | 2025-12-22 09:13:47 -0700 |
| commit | 569b61137cf45521d9fd4f693cf841be485dd4b8 (patch) | |
| tree | 41851443d00b15a45d39c9079001bc10c4c4806e /ui-terminal.c | |
| parent | 5abe94420528d3e107eceb0f3df073e8a1270191 (diff) | |
| download | vis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.gz vis-569b61137cf45521d9fd4f693cf841be485dd4b8.tar.xz | |
move all standard library includes into util.h
Diffstat (limited to 'ui-terminal.c')
| -rw-r--r-- | ui-terminal.c | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/ui-terminal.c b/ui-terminal.c index a96bea3..746e24c 100644 --- a/ui-terminal.c +++ b/ui-terminal.c @@ -1,20 +1,3 @@ -#include <unistd.h> -#include <stdlib.h> -#include <stdio.h> -#include <stdarg.h> -#include <string.h> -#include <strings.h> -#include <limits.h> -#include <ctype.h> -#include <locale.h> -#include <poll.h> -#include <sys/ioctl.h> -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> -#include <termios.h> -#include <errno.h> - #include "vis.h" #include "vis-core.h" #include "text.h" |
