summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordjm <djm>2006-03-15 00:25:13 +0000
committerdjm <djm>2006-03-15 00:25:13 +0000
commit1abd7bb48b8eebd8631edbc2b7a3c41929f72a10 (patch)
tree773c0b55b112954d0f34d45ed1acf772a87865ad /includes.h
parentd2360262d0dd47bc718a95ae28df780c75846601 (diff)
downloadopenssh-1abd7bb48b8eebd8631edbc2b7a3c41929f72a10.tar.gz
- stevesk@cvs.openbsd.org 2006/02/08 23:51:24
[includes.h scp.c sftp-glob.c sftp-server.c] move #include <dirent.h> out of includes.h; ok markus@
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/includes.h b/includes.h
index 60053b8d..6452d2fc 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: includes.h,v 1.29 2006/02/08 14:38:18 stevesk Exp $ */
+/* $OpenBSD: includes.h,v 1.30 2006/02/08 23:51:24 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -35,7 +35,6 @@ static /**/const char *const rcsid[] = { (const char *)rcsid, "\100(#)" msg }
#include <pwd.h>
#include <grp.h>
#include <time.h>
-#include <dirent.h>
#include <stddef.h>
#ifdef HAVE_LIMITS_H