diff options
author | Stefan Hoffmann <stefan991@gmail.com> | 2014-03-07 13:43:55 +0100 |
---|---|---|
committer | Thiago de Arruda <tpadilha84@gmail.com> | 2014-03-13 17:18:44 -0300 |
commit | 33eb031c01a0a918283290884db0e72ea2f587f0 (patch) | |
tree | 8d4f391b439fa6feb0d34fd35e1b2566a28bf755 /src/os_unix_defs.h | |
parent | ad77ff53d3ad5f1c4fdf2938bab2c9999df2c82b (diff) | |
download | rneovim-33eb031c01a0a918283290884db0e72ea2f587f0.tar.gz rneovim-33eb031c01a0a918283290884db0e72ea2f587f0.tar.bz2 rneovim-33eb031c01a0a918283290884db0e72ea2f587f0.zip |
refactored part of expand_env_esc() into mch_get_user_directory()
Diffstat (limited to 'src/os_unix_defs.h')
-rw-r--r-- | src/os_unix_defs.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/os_unix_defs.h b/src/os_unix_defs.h index 98ba40037c..b881e2c5c9 100644 --- a/src/os_unix_defs.h +++ b/src/os_unix_defs.h @@ -121,10 +121,6 @@ #define BASENAMELEN (MAXNAMLEN - 5) -#ifdef HAVE_PWD_H -# include <pwd.h> -#endif - /* * Unix system-dependent file names */ |