aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Ankarström <john@ankarstrom.se>2021-07-14 19:55:56 +0200
committerJohn Ankarström <john@ankarstrom.se>2021-07-14 19:55:56 +0200
commit284cec3f32170adfcd471f43a9dd979dae493735 (patch)
tree7e80b930a51863080a63129bdd3af34b0c911083
parent550f057dcf1713c5e1d4b55d2108ed69ca9c28d7 (diff)
downloadrtty-284cec3f32170adfcd471f43a9dd979dae493735.tar.gz
rtty.c: Remove unnecessary include
-rw-r--r--rtty.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/rtty.c b/rtty.c
index 9f64c6d..7852c82 100644
--- a/rtty.c
+++ b/rtty.c
@@ -3,7 +3,6 @@
#include <fcntl.h>
#include <stdio.h>
#include <stdlib.h>
-#include <string.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <unistd.h>