From 284cec3f32170adfcd471f43a9dd979dae493735 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?John=20Ankarstr=C3=B6m?= <john@ankarstrom.se>
Date: Wed, 14 Jul 2021 19:55:56 +0200
Subject: rtty.c: Remove unnecessary include

---
 rtty.c | 1 -
 1 file changed, 1 deletion(-)

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>
-- 
cgit v1.2.3