Fix duplicate stdint.h includes in pmr171.c and q900.c

pull/1787/head
声纳 2025-06-28 11:07:50 +08:00
rodzic 19c2cc0315
commit a61877a60b
2 zmienionych plików z 0 dodań i 6 usunięć

Wyświetl plik

@ -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)

Wyświetl plik

@ -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)