From 194a1cb0189e41db76feb9363a89fe716f7cad97 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Mon, 10 Jul 2006 21:09:22 +1000 Subject: - stevesk@cvs.openbsd.org 2006/07/08 23:30:06 [log.c] move user includes after /usr/include files --- log.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'log.c') diff --git a/log.c b/log.c index 3a404918b..f7f92bcac 100644 --- a/log.c +++ b/log.c @@ -1,4 +1,4 @@ -/* $OpenBSD: log.c,v 1.31 2006/03/25 13:17:02 djm Exp $ */ +/* $OpenBSD: log.c,v 1.32 2006/07/08 23:30:06 stevesk Exp $ */ /* * Author: Tatu Ylonen * Copyright (c) 1995 Tatu Ylonen , Espoo, Finland @@ -36,14 +36,14 @@ #include "includes.h" -#include "log.h" -#include "xmalloc.h" - #include #if defined(HAVE_STRNVIS) && defined(HAVE_VIS_H) # include #endif +#include "log.h" +#include "xmalloc.h" + static LogLevel log_level = SYSLOG_LEVEL_INFO; static int log_on_stderr = 1; static int log_facility = LOG_AUTH; -- cgit v1.2.3