=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/ssh/log.c,v retrieving revision 1.31 retrieving revision 1.32 diff -u -r1.31 -r1.32 --- src/usr.bin/ssh/log.c 2006/03/25 13:17:02 1.31 +++ src/usr.bin/ssh/log.c 2006/07/08 23:30:06 1.32 @@ -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,11 +36,11 @@ #include "includes.h" -#include "log.h" -#include "xmalloc.h" - #include #include + +#include "log.h" +#include "xmalloc.h" static LogLevel log_level = SYSLOG_LEVEL_INFO; static int log_on_stderr = 1;