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 | cdca29228620871e9ecdbba654264b7235b02cf6 (patch) | |
tree | 8c669e6884b9b537d1655e48d6a210d1727bb5cc /bin | |
parent | Add CSS output to scheme (diff) | |
download | src-cdca29228620871e9ecdbba654264b7235b02cf6.tar.gz src-cdca29228620871e9ecdbba654264b7235b02cf6.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 d25a927c..059d1a48 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> |