summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2006-07-10 20:23:39 +1000
committerDamien Miller <djm@mindrot.org>2006-07-10 20:23:39 +1000
commitb757677d02e37da719b92331f23e02acb7079337 (patch)
tree0350a59b828346c1561678727158f08a8849af32 /includes.h
parent57e8ad3f5e54101db9a0f11b19da56041cc22603 (diff)
downloadopenssh-git-b757677d02e37da719b92331f23e02acb7079337.tar.gz
- stevesk@cvs.openbsd.org 2006/07/03 08:54:20
[includes.h ssh.c sshconnect.c sshd.c] move #include "version.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 3953d91a..bb6febfe 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: includes.h,v 1.41 2006/07/02 22:45:59 stevesk Exp $ */
+/* $OpenBSD: includes.h,v 1.42 2006/07/03 08:54:20 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -188,7 +188,6 @@
#include "defines.h"
-#include "version.h"
#include "openbsd-compat/openbsd-compat.h"
#include "openbsd-compat/bsd-nextstep.h"