diff options
author | John Ankarström <john@ankarstrom.se> | 2021-07-14 19:55:56 +0200 |
---|---|---|
committer | John Ankarström <john@ankarstrom.se> | 2021-07-14 19:55:56 +0200 |
commit | 284cec3f32170adfcd471f43a9dd979dae493735 (patch) | |
tree | 7e80b930a51863080a63129bdd3af34b0c911083 | |
parent | 550f057dcf1713c5e1d4b55d2108ed69ca9c28d7 (diff) | |
download | rtty-284cec3f32170adfcd471f43a9dd979dae493735.tar.gz |
rtty.c: Remove unnecessary include
-rw-r--r-- | rtty.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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> |