From b6ec70fcb2c27f747257dc5626463f8963f2e708 Mon Sep 17 00:00:00 2001 From: Daniele Forsi IU5HKX Date: Tue, 14 Feb 2023 19:57:06 +0100 Subject: [PATCH] [rotators] Remove unused include of config.h --- rotators/amsat/if100.c | 1 - rotators/ars/ars.c | 1 - rotators/celestron/celestron.c | 1 - rotators/cnctrk/cnctrk.c | 1 - rotators/easycomm/easycomm.c | 1 - rotators/ether6/ether6.c | 2 -- rotators/flir/flir.c | 2 -- rotators/fodtrack/fodtrack.c | 1 - rotators/gs232a/gs232.c | 1 - rotators/gs232a/gs232a.c | 1 - rotators/gs232a/gs232b.c | 1 - rotators/heathkit/hd1780.c | 1 - rotators/indi/indi.c | 1 - rotators/ioptron/rot_ioptron.c | 1 - rotators/m2/rc2800.c | 1 - rotators/meade/meade.c | 1 - rotators/prosistel/prosistel.c | 1 - rotators/radant/radant.c | 1 - rotators/rotorez/rotorez.c | 2 -- rotators/sartek/sartek.c | 1 - rotators/satel/satel.c | 1 - rotators/spid/spid.c | 1 - rotators/ts7400/ts7400.c | 1 - 23 files changed, 26 deletions(-) diff --git a/rotators/amsat/if100.c b/rotators/amsat/if100.c index 4d96f3bee..2eb347c40 100644 --- a/rotators/amsat/if100.c +++ b/rotators/amsat/if100.c @@ -19,7 +19,6 @@ * */ -#include #include diff --git a/rotators/ars/ars.c b/rotators/ars/ars.c index c8909f093..c8943af19 100644 --- a/rotators/ars/ars.c +++ b/rotators/ars/ars.c @@ -20,7 +20,6 @@ * */ -#include #include #include /* String function definitions */ diff --git a/rotators/celestron/celestron.c b/rotators/celestron/celestron.c index 39baebe57..1d86bd02c 100644 --- a/rotators/celestron/celestron.c +++ b/rotators/celestron/celestron.c @@ -18,7 +18,6 @@ * */ -#include #include #include diff --git a/rotators/cnctrk/cnctrk.c b/rotators/cnctrk/cnctrk.c index a1e209f41..3f5f984a2 100644 --- a/rotators/cnctrk/cnctrk.c +++ b/rotators/cnctrk/cnctrk.c @@ -19,7 +19,6 @@ * */ -#include #include diff --git a/rotators/easycomm/easycomm.c b/rotators/easycomm/easycomm.c index 43a88beca..6ac40cc7a 100644 --- a/rotators/easycomm/easycomm.c +++ b/rotators/easycomm/easycomm.c @@ -21,7 +21,6 @@ * */ -#include #include #include /* String function definitions */ diff --git a/rotators/ether6/ether6.c b/rotators/ether6/ether6.c index 13ef9d79d..e50ffc310 100644 --- a/rotators/ether6/ether6.c +++ b/rotators/ether6/ether6.c @@ -20,8 +20,6 @@ * */ -#include - #include #include /* String function definitions */ diff --git a/rotators/flir/flir.c b/rotators/flir/flir.c index b1a8fa79c..d1ec10e58 100644 --- a/rotators/flir/flir.c +++ b/rotators/flir/flir.c @@ -19,8 +19,6 @@ * */ -#include - #include #include /* String function definitions */ #include diff --git a/rotators/fodtrack/fodtrack.c b/rotators/fodtrack/fodtrack.c index 9f6006ceb..1a88517eb 100644 --- a/rotators/fodtrack/fodtrack.c +++ b/rotators/fodtrack/fodtrack.c @@ -19,7 +19,6 @@ * */ -#include #include #ifdef HAVE_SYS_IOCTL_H diff --git a/rotators/gs232a/gs232.c b/rotators/gs232a/gs232.c index 51fb83c63..83429832b 100644 --- a/rotators/gs232a/gs232.c +++ b/rotators/gs232a/gs232.c @@ -19,7 +19,6 @@ * */ -#include #include #include /* String function definitions */ diff --git a/rotators/gs232a/gs232a.c b/rotators/gs232a/gs232a.c index 4e5d10f9d..4e9c00854 100644 --- a/rotators/gs232a/gs232a.c +++ b/rotators/gs232a/gs232a.c @@ -19,7 +19,6 @@ * */ -#include // cppcheck-suppress * #include diff --git a/rotators/gs232a/gs232b.c b/rotators/gs232a/gs232b.c index 52555d8ac..d3231f6a7 100644 --- a/rotators/gs232a/gs232b.c +++ b/rotators/gs232a/gs232b.c @@ -20,7 +20,6 @@ * */ -#include // cppcheck-suppress * #include diff --git a/rotators/heathkit/hd1780.c b/rotators/heathkit/hd1780.c index 6977758aa..a76708ff1 100644 --- a/rotators/heathkit/hd1780.c +++ b/rotators/heathkit/hd1780.c @@ -26,7 +26,6 @@ * */ -#include #include #include /* Standard library definitions */ diff --git a/rotators/indi/indi.c b/rotators/indi/indi.c index 9ad929a02..ce2048094 100644 --- a/rotators/indi/indi.c +++ b/rotators/indi/indi.c @@ -19,7 +19,6 @@ * */ -#include #include "indi_wrapper.h" diff --git a/rotators/ioptron/rot_ioptron.c b/rotators/ioptron/rot_ioptron.c index 9735f77cb..414a4bcec 100644 --- a/rotators/ioptron/rot_ioptron.c +++ b/rotators/ioptron/rot_ioptron.c @@ -18,7 +18,6 @@ * */ -#include #include #include diff --git a/rotators/m2/rc2800.c b/rotators/m2/rc2800.c index f615d679f..a43456d5a 100644 --- a/rotators/m2/rc2800.c +++ b/rotators/m2/rc2800.c @@ -18,7 +18,6 @@ * */ -#include #include #include diff --git a/rotators/meade/meade.c b/rotators/meade/meade.c index 3a31632f7..5b047791a 100644 --- a/rotators/meade/meade.c +++ b/rotators/meade/meade.c @@ -19,7 +19,6 @@ * */ -#include #include #include /* String function definitions */ diff --git a/rotators/prosistel/prosistel.c b/rotators/prosistel/prosistel.c index 76a2a37f5..3bee4c16e 100644 --- a/rotators/prosistel/prosistel.c +++ b/rotators/prosistel/prosistel.c @@ -20,7 +20,6 @@ * */ -#include #include #include diff --git a/rotators/radant/radant.c b/rotators/radant/radant.c index 513fc667e..52985ab21 100644 --- a/rotators/radant/radant.c +++ b/rotators/radant/radant.c @@ -21,7 +21,6 @@ * */ -#include #include #include /* String function definitions */ diff --git a/rotators/rotorez/rotorez.c b/rotators/rotorez/rotorez.c index 0ce9c068b..f36a18e8b 100644 --- a/rotators/rotorez/rotorez.c +++ b/rotators/rotorez/rotorez.c @@ -30,8 +30,6 @@ * */ -#include - #include #include /* Standard library definitions */ #include /* String function definitions */ diff --git a/rotators/sartek/sartek.c b/rotators/sartek/sartek.c index 21afc145b..2e2bb4170 100644 --- a/rotators/sartek/sartek.c +++ b/rotators/sartek/sartek.c @@ -20,7 +20,6 @@ * */ -#include #include #include /* String function definitions */ diff --git a/rotators/satel/satel.c b/rotators/satel/satel.c index 1159bd6d6..59c8d1c67 100644 --- a/rotators/satel/satel.c +++ b/rotators/satel/satel.c @@ -21,7 +21,6 @@ #include "hamlib/rig.h" #include -#include #include #include diff --git a/rotators/spid/spid.c b/rotators/spid/spid.c index 1c312200e..f8fd4e6c5 100644 --- a/rotators/spid/spid.c +++ b/rotators/spid/spid.c @@ -19,7 +19,6 @@ * */ -#include #include #include diff --git a/rotators/ts7400/ts7400.c b/rotators/ts7400/ts7400.c index f32a8dd4c..764c46f01 100644 --- a/rotators/ts7400/ts7400.c +++ b/rotators/ts7400/ts7400.c @@ -19,7 +19,6 @@ * */ -#include #include #include