[simulators] Remove unused includes

Found by iwyu.
pull/1872/head
Daniele Forsi IU5HKX 2025-08-30 09:29:48 +02:00
rodzic 83ed5abeb4
commit 47f60d4ad7
16 zmienionych plików z 1 dodań i 24 usunięć

Wyświetl plik

@ -1,6 +1,7 @@
#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
#include <unistd.h>
#include "../src/misc.h"

Wyświetl plik

@ -6,7 +6,6 @@
#include <unistd.h>
#include <pthread.h>
#include "hamlib/rig.h"
#include "misc.h"
#define BUFSIZE 256

Wyświetl plik

@ -4,7 +4,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "hamlib/rig.h"
#include "sim.h"

Wyświetl plik

@ -3,7 +3,6 @@
// since we are POSIX here we need this
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "hamlib/rig.h"
#include "sim.h"

Wyświetl plik

@ -2,8 +2,6 @@
#define _XOPEN_SOURCE 700
// since we are POSIX here we need this
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "sim.h"

Wyświetl plik

@ -2,8 +2,6 @@
#define _XOPEN_SOURCE 700
// since we are POSIX here we need this
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "sim.h"

Wyświetl plik

@ -2,9 +2,6 @@
#define _XOPEN_SOURCE 700
// since we are POSIX here we need this
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include "sim.h"

Wyświetl plik

@ -2,7 +2,6 @@
#define _XOPEN_SOURCE 700
// since we are POSIX here we need this
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "sim.h"

Wyświetl plik

@ -2,7 +2,6 @@
#define _XOPEN_SOURCE 700
// since we are POSIX here we need this
#include <stdio.h>
#include <string.h>
#include <unistd.h>
//#include "hamlib/rig.h"

Wyświetl plik

@ -2,11 +2,7 @@
#define _XOPEN_SOURCE 700
// since we are POSIX here we need this
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
#include <string.h>
#include <unistd.h>
#include "hamlib/rig.h"
#include "sim.h"

Wyświetl plik

@ -2,8 +2,6 @@
#define _XOPEN_SOURCE 700
// since we are POSIX here we need this
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "sim.h"

Wyświetl plik

@ -6,7 +6,6 @@
#include <unistd.h>
#include <pthread.h>
#include "hamlib/rig.h"
#include "misc.h"
#define BUFSIZE 256

Wyświetl plik

@ -2,8 +2,6 @@
#define _XOPEN_SOURCE 700
// since we are POSIX here we need this
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include "sim.h"

Wyświetl plik

@ -3,7 +3,6 @@
// since we are POSIX here we need this
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include "hamlib/rig.h"

Wyświetl plik

@ -3,7 +3,6 @@
// since we are POSIX here we need this
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
#include "hamlib/rig.h"

Wyświetl plik

@ -34,7 +34,6 @@
#include <ctype.h>
#include <time.h>
#include "config.h"
//#include "hamlib/rig.h"
/* Definitions */