kopia lustrzana https://github.com/Hamlib/Hamlib
Fix duplicate stdint.h includes in pmr171.c and q900.c
rodzic
19c2cc0315
commit
a61877a60b
|
@ -14,7 +14,6 @@
|
|||
#include "tones.h"
|
||||
#include "bandplan.h"
|
||||
#include "cal.h"
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
|
||||
|
@ -272,8 +271,6 @@ struct rig_caps pmr171_caps =
|
|||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
static int pmr171_init(RIG *rig)
|
||||
|
|
|
@ -14,7 +14,6 @@
|
|||
#include "tones.h"
|
||||
#include "bandplan.h"
|
||||
#include "cal.h"
|
||||
#include <stdint.h>
|
||||
#include <unistd.h>
|
||||
|
||||
typedef struct q900_data_s
|
||||
|
@ -270,8 +269,6 @@ struct rig_caps q900_caps =
|
|||
.hamlib_check_rig_caps = HAMLIB_CHECK_RIG_CAPS
|
||||
};
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
/* ---------------------------------------------------------------------- */
|
||||
|
||||
static int q900_init(RIG *rig)
|
||||
|
|
Ładowanie…
Reference in New Issue