summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/getlog.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2005-05-31 08:58:49 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2005-05-31 08:58:49 +0000
commit5beefe36327bbfeb29ba5841b8afac474e46cf0d (patch)
tree5b0543ff98b3164a40dfcdd553c9a119ebb5b1f3 /usr.bin/cvs/getlog.c
parent7e9436fcf71abf14289b42e70a59c34d9a1cf105 (diff)
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Diffstat (limited to 'usr.bin/cvs/getlog.c')
-rw-r--r--usr.bin/cvs/getlog.c11
1 files changed, 5 insertions, 6 deletions
diff --git a/usr.bin/cvs/getlog.c b/usr.bin/cvs/getlog.c
index 8a8542a7536..6c7eee1a020 100644
--- a/usr.bin/cvs/getlog.c
+++ b/usr.bin/cvs/getlog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: getlog.c,v 1.30 2005/05/29 14:30:38 xsa Exp $ */
+/* $OpenBSD: getlog.c,v 1.31 2005/05/31 08:58:48 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -26,16 +26,15 @@
#include <sys/param.h>
-#include <stdlib.h>
-#include <stdio.h>
-#include <unistd.h>
#include <errno.h>
-#include <string.h>
#include <paths.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <string.h>
+#include <unistd.h>
#include "cvs.h"
#include "log.h"
-#include "file.h"
#include "proto.h"