[kenwood] Fix includes

This commit is contained in:
Daniele Forsi IU5HKX 2023-02-14 20:00:57 +01:00
parent 7211730866
commit 420125b8bc
18 changed files with 28 additions and 21 deletions

View File

@ -24,11 +24,12 @@
*/
#include <string.h>
#include <stdlib.h>
#include <stdio.h>
#include "serial.h"
#include "elecraft.h"
#include "kenwood.h"
#include "misc.h"
static const struct elec_ext_id_str elec_ext_id_str_lst[] =

View File

@ -23,6 +23,7 @@
#define _ELECRAFT_H 1
#include <hamlib/rig.h>
#include "token.h"
/* The Elecraft Programmer's Reference details the extension level that
* a K2 or K3 may have in effect which modify certain commands.

View File

@ -30,7 +30,6 @@
#include "kenwood.h"
#include "bandplan.h"
#include "flex.h"
#include "token.h"
#define F6K_MODES (RIG_MODE_CW|RIG_MODE_SSB|RIG_MODE_AM|RIG_MODE_FM|RIG_MODE_PKTLSB|RIG_MODE_PKTUSB)

View File

@ -21,6 +21,7 @@
*
*/
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h> /* String function definitions */
@ -29,7 +30,6 @@
#include "hamlib/rig.h"
#include "serial.h"
#include "misc.h"
#include "register.h"
#include "kenwood.h"
#include "ic10.h"

View File

@ -22,17 +22,19 @@
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <hamlib/rig.h>
#include "idx_builtin.h"
#include "kenwood.h"
#include "misc.h"
#include "bandplan.h"
#include "elecraft.h"
#include "token.h"
#include "cal.h"
#include "iofunc.h"
#define K3_MODES (RIG_MODE_CW|RIG_MODE_CWR|RIG_MODE_SSB|\
RIG_MODE_RTTY|RIG_MODE_RTTYR|RIG_MODE_FM|RIG_MODE_AM|RIG_MODE_PKTUSB|\

View File

@ -21,6 +21,7 @@
*
*/
#include <stdint.h>
#include <stdlib.h>
#include <stdio.h>
#include <string.h> /* String function definitions */
@ -28,11 +29,11 @@
#include <ctype.h>
#include "hamlib/rig.h"
#include "network.h"
#include "serial.h"
#include "register.h"
#include "cal.h"
#include "cache.h"
#include "misc.h"
#include "kenwood.h"
#include "ts990s.h"

View File

@ -26,7 +26,6 @@
#include <string.h>
#include "token.h"
#include "misc.h"
#include "idx_builtin.h"
#define BACKEND_VER "20230208"

View File

@ -28,7 +28,6 @@
#include "hamlib/rig.h"
#include "kenwood.h"
#include "th.h"
#include "serial.h"
#include "misc.h"
#include "num_stdio.h"

View File

@ -21,7 +21,9 @@
#ifndef __TH_H__
#define __TH_H__ 1
#include "idx_builtin.h"
#include <stddef.h>
#include "rig.h"
#define TH_VER "20200701"

View File

@ -19,15 +19,14 @@
*
*/
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "hamlib/rig.h"
#include "kenwood.h"
#include "th.h"
#include "num_stdio.h"
#include "iofunc.h"
#include "serial.h"
#include "misc.h"

View File

@ -19,15 +19,14 @@
*
*/
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
#include <string.h>
#include <math.h>
#include "hamlib/rig.h"
#include "kenwood.h"
#include "th.h"
#include "num_stdio.h"
#include "iofunc.h"
#include "serial.h"
#include "misc.h"

View File

@ -34,16 +34,16 @@
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <math.h>
#include <ctype.h>
#include "hamlib/rig.h"
#include "kenwood.h"
#include "th.h"
#include "tones.h"
#include "num_stdio.h"
#include "misc.h"
static int tmd710_open(RIG *rig);
static int tmd710_do_get_freq(RIG *rig, vfo_t vfo, freq_t *freq);

View File

@ -20,7 +20,6 @@
*/
#include "hamlib/rig.h"
#include "bandplan.h"
#include "kenwood.h"

View File

@ -19,6 +19,7 @@
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>

View File

@ -22,11 +22,13 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <hamlib/rig.h>
#include "cal.h"
#include "idx_builtin.h"
#include "iofunc.h"
#include "misc.h"
#include "token.h"
#include "kenwood.h"

View File

@ -20,10 +20,11 @@
*/
#include <stdio.h>
#include <string.h>
#include "hamlib/rig.h"
#include "idx_builtin.h"
#include "kenwood.h"
#include "misc.h"
#include "cal.h"

View File

@ -21,6 +21,7 @@
#include <stdlib.h>
#include <stdio.h>
#include <string.h>
#include <hamlib/rig.h>
#include "kenwood.h"

View File

@ -23,6 +23,7 @@
*
*/
#include <stdio.h>
#include <stdlib.h>
#include <string.h>