diff options
author | June McEnroe <june@causal.agency> | 2019-07-06 17:24:04 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2019-07-06 17:24:04 -0400 |
commit | 60706d2badcea378a1576d63db167c651594069b (patch) | |
tree | 517bdf227b922850fe235aaebd45cf2115b9b703 | |
parent | Add CSS output to scheme (diff) | |
download | src-60706d2badcea378a1576d63db167c651594069b.tar.gz src-60706d2badcea378a1576d63db167c651594069b.zip |
Remove redundant include
Diffstat (limited to '')
-rw-r--r-- | bin/dtch.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/bin/dtch.c b/bin/dtch.c index 3cd92479..9a796da5 100644 --- a/bin/dtch.c +++ b/bin/dtch.c @@ -24,7 +24,6 @@ #include <sys/ioctl.h> #include <sys/socket.h> #include <sys/stat.h> -#include <sys/stat.h> #include <sys/un.h> #include <sys/wait.h> #include <sysexits.h> |