summaryrefslogtreecommitdiff
path: root/usr.bin/cvs/req.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/req.c
parent7e9436fcf71abf14289b42e70a59c34d9a1cf105 (diff)
headers ordering (alphabetically) and cleanup, from mbalmer@ and myself;
Diffstat (limited to 'usr.bin/cvs/req.c')
-rw-r--r--usr.bin/cvs/req.c7
1 files changed, 3 insertions, 4 deletions
diff --git a/usr.bin/cvs/req.c b/usr.bin/cvs/req.c
index 0b65d7bdaf4..9408916cf8e 100644
--- a/usr.bin/cvs/req.c
+++ b/usr.bin/cvs/req.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: req.c,v 1.19 2005/05/31 08:26:40 xsa Exp $ */
+/* $OpenBSD: req.c,v 1.20 2005/05/31 08:58:48 xsa Exp $ */
/*
* Copyright (c) 2004 Jean-Francois Brousseau <jfb@openbsd.org>
* All rights reserved.
@@ -28,17 +28,16 @@
#include <sys/types.h>
#include <sys/stat.h>
+#include <errno.h>
#include <fcntl.h>
#include <stdio.h>
-#include <errno.h>
#include <stdlib.h>
-#include <unistd.h>
#include <string.h>
+#include <unistd.h>
#include "buf.h"
#include "cvs.h"
#include "log.h"
-#include "file.h"
#include "proto.h"