From 616dec9df4d1e704d6fe6c69383d3b8f930345bf Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Sun, 21 Jun 2009 18:01:55 +0000 Subject: 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. --- ax25/ax25d.c | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) (limited to 'ax25/ax25d.c') diff --git a/ax25/ax25d.c b/ax25/ax25d.c index 63ec5d2..126ec39 100644 --- a/ax25/ax25d.c +++ b/ax25/ax25d.c @@ -1,5 +1,5 @@ /* - * $Id: ax25d.c,v 1.7 2009/06/14 16:25:26 ralf Exp $ + * $Id: ax25d.c,v 1.8 2009/06/21 18:01:55 ralf Exp $ * * This is my version of axl.c, written for the LBBS code to make it * compatable with the kernel AX25 driver. It appears to work, with @@ -130,21 +130,9 @@ #include #include -#ifdef HAVE_NETAX25_AX25_H #include -#else -#include -#endif -#ifdef HAVE_NETROM_NETROM_H #include -#else -#include -#endif -#ifdef HAVE_NETROSE_ROSE_H #include -#else -#include -#endif #include #include -- cgit v1.2.3