From 4217ffeaf6b988705d96dd7bb76dedff6447d825 Mon Sep 17 00:00:00 2001 From: Assar Westerlund Date: Thu, 7 Dec 2000 21:28:36 +0000 Subject: [PATCH] move include files around to avoid getting SE from sys/*.h on HP to override SE from telnet.h git-svn-id: svn://svn.h5l.se/heimdal/trunk/heimdal@9307 ec53bebd-3082-4978-b11e-865c3cabbd6b --- appl/telnet/telnetd/telnetd.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/appl/telnet/telnetd/telnetd.h b/appl/telnet/telnetd/telnetd.h index 5ad5bd879..0733ba725 100644 --- a/appl/telnet/telnetd/telnetd.h +++ b/appl/telnet/telnetd/telnetd.h @@ -124,10 +124,6 @@ #include "defs.h" -#ifdef HAVE_ARPA_TELNET_H -#include -#endif - #ifndef _POSIX_VDISABLE # ifdef VDISABLE # define _POSIX_VDISABLE VDISABLE @@ -152,12 +148,16 @@ #include #endif -#include "ext.h" - #ifdef HAVE_PATHS_H #include #endif +#include "ext.h" + +#ifdef HAVE_ARPA_TELNET_H +#include +#endif + #ifdef SOCKS #include /* This doesn't belong here. */