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
This commit is contained in:
Assar Westerlund
2000-12-07 21:28:36 +00:00
parent 423299cbc5
commit 4217ffeaf6

View File

@@ -124,10 +124,6 @@
#include "defs.h"
#ifdef HAVE_ARPA_TELNET_H
#include <arpa/telnet.h>
#endif
#ifndef _POSIX_VDISABLE
# ifdef VDISABLE
# define _POSIX_VDISABLE VDISABLE
@@ -152,12 +148,16 @@
#include <sys/utsname.h>
#endif
#include "ext.h"
#ifdef HAVE_PATHS_H
#include <paths.h>
#endif
#include "ext.h"
#ifdef HAVE_ARPA_TELNET_H
#include <arpa/telnet.h>
#endif
#ifdef SOCKS
#include <socks.h>
/* This doesn't belong here. */