summaryrefslogtreecommitdiff
path: root/usr.bin/rcs/rlog.c
diff options
context:
space:
mode:
authorXavier Santolaria <xsa@cvs.openbsd.org>2006-01-05 10:28:25 +0000
committerXavier Santolaria <xsa@cvs.openbsd.org>2006-01-05 10:28:25 +0000
commit8790116d853df63c3b5cdfc875d79bed9e8339e5 (patch)
treef0e6173b6b1829d94ef5344fdb93d304cbd9aeb2 /usr.bin/rcs/rlog.c
parentc8b8f1568b3b4ac9a433eccfcacafefd5768fcf1 (diff)
cleanup, move log.h and rcs.h inclusion into rcsprog.h;
Diffstat (limited to 'usr.bin/rcs/rlog.c')
-rw-r--r--usr.bin/rcs/rlog.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/usr.bin/rcs/rlog.c b/usr.bin/rcs/rlog.c
index 83ca7fbf8db..9c55bcdf744 100644
--- a/usr.bin/rcs/rlog.c
+++ b/usr.bin/rcs/rlog.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: rlog.c,v 1.18 2006/01/02 08:13:28 xsa Exp $ */
+/* $OpenBSD: rlog.c,v 1.19 2006/01/05 10:28:24 xsa Exp $ */
/*
* Copyright (c) 2005 Joris Vink <joris@openbsd.org>
* All rights reserved.
@@ -26,10 +26,8 @@
#include "includes.h"
-#include "log.h"
-#include "rcs.h"
-#include "diff.h"
#include "rcsprog.h"
+#include "diff.h"
static int rlog_file(const char *, const char *, RCSFILE *);
static void rlog_rev_print(RCSFILE *);