From e76249c813192aa082060d024b66f11d95d09b51 Mon Sep 17 00:00:00 2001 From: Stefan Hoffmann Date: Sat, 5 Apr 2014 13:51:48 +0200 Subject: Moved mch_get_host_name and renamed it to os_get_hostanme --- src/os_unixx.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/os_unixx.h') diff --git a/src/os_unixx.h b/src/os_unixx.h index 1c9c8d8bae..576847761b 100644 --- a/src/os_unixx.h +++ b/src/os_unixx.h @@ -58,10 +58,6 @@ # include #endif -#ifdef HAVE_SYS_UTSNAME_H -# include -#endif - #ifdef HAVE_SYS_SYSTEMINFO_H /* * foolish Sinix uses SYS_NMLN but doesn't include -- cgit