summaryrefslogtreecommitdiff
path: root/includes.h
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@zip.com.au>2006-07-12 22:15:16 +1000
committerDarren Tucker <dtucker@zip.com.au>2006-07-12 22:15:16 +1000
commit5d19626a0476f40e9320541194391d7eb51038d3 (patch)
treeb04c6cc63d87549b6eaef1ca12fbe3056df3a0eb /includes.h
parent11318476842a01eef47ceff67f31afc06cf2eaa5 (diff)
downloadopenssh-git-5d19626a0476f40e9320541194391d7eb51038d3.tar.gz
- stevesk@cvs.openbsd.org 2006/07/10 16:37:36
[readpass.c log.h scp.c fatal.c xmalloc.c includes.h ssh-keyscan.c misc.c auth.c packet.c log.c] move #include <stdarg.h> out of includes.h; ok markus@
Diffstat (limited to 'includes.h')
-rw-r--r--includes.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/includes.h b/includes.h
index 6e8f5416..22a2c594 100644
--- a/includes.h
+++ b/includes.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: includes.h,v 1.47 2006/07/09 15:15:10 stevesk Exp $ */
+/* $OpenBSD: includes.h,v 1.48 2006/07/10 16:37:36 stevesk Exp $ */
/*
* Author: Tatu Ylonen <ylo@cs.hut.fi>
@@ -20,12 +20,10 @@
#define _GNU_SOURCE /* activate extra prototypes for glibc */
-#include <stdarg.h>
#include <stdio.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
-#include <stdarg.h>
#include <time.h>
#include <stddef.h>