diff options
author | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-04 00:10:24 +0200 |
---|---|---|
committer | Jannis Hoffmann <jannis@fehcom.de> | 2024-07-04 00:10:24 +0200 |
commit | 66404f0bfbd78e635ff6381ca30b25157e0e1a09 (patch) | |
tree | 2e55670da27019b2c80efa58f3e2159ca888a530 /src/tai64nfrac.c | |
parent | cb9bff92107d168ff6dd0c12dc34bc7bacc8eb7d (diff) |
remove unused headers
Diffstat (limited to 'src/tai64nfrac.c')
-rw-r--r-- | src/tai64nfrac.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/tai64nfrac.c b/src/tai64nfrac.c index c433e4f..d3b1a31 100644 --- a/src/tai64nfrac.c +++ b/src/tai64nfrac.c @@ -1,9 +1,10 @@ +#include <unistd.h> + #include "buffer.h" #include "exit.h" #include "fmt.h" #include "getln.h" #include "open.h" -#include "readwrite.h" #include "scan.h" #include "stralloc.h" |