From 4055810dc8eb2853b9524e604880ae202c227444 Mon Sep 17 00:00:00 2001 From: Mike Black W9MDB Date: Sat, 16 Apr 2022 06:40:01 -0500 Subject: [PATCH] Remove md5.h from rigctl_parse.c https://github.com/Hamlib/Hamlib/issues/813 --- tests/rigctl_parse.c | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/rigctl_parse.c b/tests/rigctl_parse.c index fe5ef0d83..f0d64b14e 100644 --- a/tests/rigctl_parse.c +++ b/tests/rigctl_parse.c @@ -67,7 +67,6 @@ extern int read_history(); #include "misc.h" #include "iofunc.h" #include "sprintflst.h" -#include "md5.h" #include "rigctl_parse.h"