diff src/os_unix.h @ 2715:f38283ce871c v7.3.131

updated for version 7.3.131 Problem: Including errno.h too often. Solution: Don't include errno.h in Unix header file.
author Bram Moolenaar <bram@vim.org>
date Fri, 25 Feb 2011 15:17:19 +0100
parents 5bd06a91c65c
children e6d8b44065bc
line wrap: on
line diff
--- a/src/os_unix.h
+++ b/src/os_unix.h
@@ -184,10 +184,6 @@
 
 #define BASENAMELEN	(MAXNAMLEN - 5)
 
-#ifdef HAVE_ERRNO_H
-# include <errno.h>
-#endif
-
 #ifdef HAVE_PWD_H
 # include <pwd.h>
 #endif