diff options
Diffstat (limited to 'lib-src/emacsclient.c')
-rw-r--r-- | lib-src/emacsclient.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/lib-src/emacsclient.c b/lib-src/emacsclient.c index 279dd40b864..8f0231db540 100644 --- a/lib-src/emacsclient.c +++ b/lib-src/emacsclient.c @@ -64,15 +64,11 @@ along with GNU Emacs. If not, see <http://www.gnu.org/licenses/>. */ #include <unistd.h> #endif -#ifdef VMS -# include "vms-pwd.h" -#else /* not VMS */ #ifdef WINDOWSNT # include <io.h> #else /* not WINDOWSNT */ # include <pwd.h> #endif /* not WINDOWSNT */ -#endif /* not VMS */ #include <sys/stat.h> #include <signal.h> |