kopia lustrzana https://github.com/Hamlib/Hamlib
rodzic
83ed5abeb4
commit
47f60d4ad7
|
@ -1,6 +1,7 @@
|
|||
#include <errno.h>
|
||||
#include <fcntl.h>
|
||||
#include <stdlib.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "../src/misc.h"
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "hamlib/rig.h"
|
||||
#include "misc.h"
|
||||
|
||||
#define BUFSIZE 256
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "hamlib/rig.h"
|
||||
#include "sim.h"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -6,7 +6,6 @@
|
|||
#include <unistd.h>
|
||||
#include <pthread.h>
|
||||
|
||||
#include "hamlib/rig.h"
|
||||
#include "misc.h"
|
||||
|
||||
#define BUFSIZE 256
|
||||
|
|
|
@ -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"
|
||||
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -34,7 +34,6 @@
|
|||
#include <ctype.h>
|
||||
#include <time.h>
|
||||
|
||||
#include "config.h"
|
||||
//#include "hamlib/rig.h"
|
||||
|
||||
/* Definitions */
|
||||
|
|
Ładowanie…
Reference in New Issue