summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authordjm <djm>2006-07-24 04:09:40 +0000
committerdjm <djm>2006-07-24 04:09:40 +0000
commitb7b52965a5bb054d65ba841a7d5cb46b6cff9336 (patch)
tree1173257f752c3bd8d03f561066651c669c273a46 /includes.h
parentabff994af90640b3d7402c78736e41c303a1fec8 (diff)
downloadopenssh-b7b52965a5bb054d65ba841a7d5cb46b6cff9336.tar.gz
- stevesk@cvs.openbsd.org 2006/07/22 19:08:54
[includes.h moduli.c progressmeter.c scp.c sftp-common.c] [sftp-server.c ssh-agent.c sshlogin.c] move #include <time.h> out of includes.h
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 da89decd..da526bc7 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: includes.h,v 1.52 2006/07/17 01:31:09 stevesk Exp $ */
+/* $OpenBSD: includes.h,v 1.53 2006/07/22 19:08:54 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -23,7 +23,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
-#include <time.h>
#ifdef HAVE_LIMITS_H
# include <limits.h> /* For PATH_MAX */