summaryrefslogtreecommitdiffstats
path: root/listen
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 /listen
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 'listen')
-rw-r--r--listen/listen.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/listen/listen.c b/listen/listen.c
index f07a1f6..4643e9c 100644
--- a/listen/listen.c
+++ b/listen/listen.c
@@ -17,11 +17,7 @@
#else
#include <linux/if_ether.h>
#endif
-#ifdef HAVE_NETAX25_AX25_H
#include <netax25/ax25.h>
-#else
-#include <netax25/kernel_ax25.h>
-#endif
#include <netax25/axconfig.h>
#include <config.h>