From 9225b0cabd2bb268c53d45a280478779b86ee7bb Mon Sep 17 00:00:00 2001 From: xsa Date: Tue, 31 May 2005 08:58:47 +0000 Subject: headers ordering (alphabetically) and cleanup, from mbalmer@ and myself; --- usr.bin/cvs/commit.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'usr.bin/cvs/commit.c') diff --git a/usr.bin/cvs/commit.c b/usr.bin/cvs/commit.c index 7816b5eda44..f7bba3c6a5e 100644 --- a/usr.bin/cvs/commit.c +++ b/usr.bin/cvs/commit.c @@ -1,4 +1,4 @@ -/* $OpenBSD: commit.c,v 1.36 2005/05/30 09:52:55 joris Exp $ */ +/* $OpenBSD: commit.c,v 1.37 2005/05/31 08:58:47 xsa Exp $ */ /* * Copyright (c) 2004 Jean-Francois Brousseau * All rights reserved. @@ -29,15 +29,15 @@ #include #include -#include #include +#include #include -#include #include +#include +#include "buf.h" #include "cvs.h" #include "log.h" -#include "buf.h" #include "proto.h" -- cgit v1.2.3-59-g8ed1b