summaryrefslogtreecommitdiffstats
path: root/call
diff options
context:
space:
mode:
authorRalf Baechle <ralf@linux-mips.org>2009-06-21 18:01:57 +0000
committerRalf Baechle <ralf@linux-mips.org>2009-06-21 18:01:57 +0000
commit646fee6562cd947abfafb4979f28669a93746377 (patch)
treee1c41d2f2788b762c39d46510315a95d736a13d3 /call
parent247b4e15e3aea633793e04930b0f2d855afc9d38 (diff)
Remove use of backwards compatibility header name.
Glibc as old as 2.2 provides working headers under the right name and if not libax25 would install headers under the right name so this has become redundant and ugly.
Diffstat (limited to 'call')
-rw-r--r--call/call.c12
1 files changed, 0 insertions, 12 deletions
diff --git a/call/call.c b/call/call.c
index 3a94225..db76545 100644
--- a/call/call.c
+++ b/call/call.c
@@ -37,21 +37,9 @@
#include <unistd.h>
#include <curses.h>
-#ifdef HAVE_NETAX25_AX25_H
#include <netax25/ax25.h>
-#else
-#include <netax25/kernel_ax25.h>
-#endif
-#ifdef HAVE_NETROM_NETROM_H
#include <netrom/netrom.h>
-#else
-#include <netax25/kernel_netrom.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>