From 6dccb94ee54b97b3787f327c81b318d0e924e271 Mon Sep 17 00:00:00 2001 From: Mikael Nousiainen Date: Sat, 17 Mar 2018 09:45:03 +0200 Subject: [PATCH] Remove incorrectly included file (cherry picked from commit 3eeea56bfc46bf6c43245f822278e415ef4f4c83) --- kenwood/tmd710.c | 1 - 1 file changed, 1 deletion(-) diff --git a/kenwood/tmd710.c b/kenwood/tmd710.c index 36420008b..82b8a376e 100644 --- a/kenwood/tmd710.c +++ b/kenwood/tmd710.c @@ -48,7 +48,6 @@ #include "tones.h" #include "num_stdio.h" #include "misc.h" -#include "../include/hamlib/rig.h" static int tmd710_get_freq(RIG *rig, vfo_t vfo, freq_t *freq); static int tmd710_set_freq(RIG *rig, vfo_t vfo, freq_t freq);