summaryrefslogtreecommitdiffstats
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-03-15 11:25:13 +1100
committerDamien Miller <djm@mindrot.org>2006-03-15 11:25:13 +1100
commit88f254b9a56fb87069e9f078ec613d6d08e4dac5 (patch)
treecafa3ea1be763fa257a36871a9ac90fda22ce476 /includes.h
parent68f8e992bf4ab38263b8619aad8a5e34f238fffb (diff)
- 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