From dab00a8bf5bba7034ad8bb4c27d2b9349bda8287 Mon Sep 17 00:00:00 2001 From: hugetoad Date: Tue, 1 Nov 2005 16:18:50 +0000 Subject: Minor changes. git-svn-id: svn://svn.zabbix.com/trunk@2239 97f52cf1-0a1b-0410-bd0e-c28be96e8082 --- include/sysinc.h | 15 +++++++-------- 1 file changed, 7 insertions(+), 8 deletions(-) (limited to 'include') diff --git a/include/sysinc.h b/include/sysinc.h index edcd8582..548d8949 100644 --- a/include/sysinc.h +++ b/include/sysinc.h @@ -29,10 +29,6 @@ # include #endif -#ifdef HAVE_ARPA_INET_H -# include -#endif - #ifdef HAVE_ARPA_NAMESER_H # include #endif @@ -109,10 +105,6 @@ # include #endif -#ifdef HAVE_SYS_MOUNT_H -# include -#endif - #ifdef HAVE_SYS_PARAM_H # include #endif @@ -203,5 +195,12 @@ # include #endif +#ifdef HAVE_ARPA_INET_H +# include #endif +#ifdef HAVE_SYS_MOUNT_H +# include +#endif + +#endif -- cgit