summaryrefslogtreecommitdiffstats
path: root/user_call/ax25_call.c
diff options
context:
space:
mode:
Diffstat (limited to 'user_call/ax25_call.c')
-rw-r--r--user_call/ax25_call.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/user_call/ax25_call.c b/user_call/ax25_call.c
index 9475e1a..1fafe4f 100644
--- a/user_call/ax25_call.c
+++ b/user_call/ax25_call.c
@@ -11,16 +11,8 @@
#include <sys/types.h>
#include <sys/socket.h>
-#ifdef HAVE_NETAX25_AX25_H
#include <netax25/ax25.h>
-#else
-#include <netax25/kernel_ax25.h>
-#endif
-#ifdef HAVE_NETROSE_ROSE_H
#include <netrose/rose.h>
-#else
-#include <netax25/kernel_rose.h>
-#endif
#include <netax25/axlib.h>
#include <netax25/axconfig.h>