From 02450385adc79578ac67c8ebb6d4417df69377b1 Mon Sep 17 00:00:00 2001 From: Ralf Baechle Date: Wed, 26 Jul 2017 00:11:56 +0200 Subject: ax25ipd: Cleanup header file inclusion. We were including way too many system header files, some even multiple times and it wasn't immediately visible. Clean this. This also drops the definitions of __USE_XOPEN which never had the desired effect with glibc. Signed-off-by: Ralf Baechle --- ax25ipd/bpqether.c | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) (limited to 'ax25ipd/bpqether.c') diff --git a/ax25ipd/bpqether.c b/ax25ipd/bpqether.c index 21596ca..0b0b57f 100644 --- a/ax25ipd/bpqether.c +++ b/ax25ipd/bpqether.c @@ -5,16 +5,17 @@ * License: GPL */ -#include - #include #include +#include #include +#include +#include +#include #include #include #include -#include -#include +#include #ifdef linux -- cgit v1.2.3