diff options
author | 2006-01-05 10:28:24 +0000 | |
---|---|---|
committer | 2006-01-05 10:28:24 +0000 | |
commit | cd8dad74c65aedc825d6691ce16e5c0aa176452c (patch) | |
tree | 4fd67cff4c319af5823839c108b5fed27eabb7d1 /usr.bin/rcs/rcsprog.c | |
parent | Various I2C updates, cleanups, etc. (diff) | |
download | wireguard-openbsd-cd8dad74c65aedc825d6691ce16e5c0aa176452c.tar.xz wireguard-openbsd-cd8dad74c65aedc825d6691ce16e5c0aa176452c.zip |
cleanup, move log.h and rcs.h inclusion into rcsprog.h;
Diffstat (limited to 'usr.bin/rcs/rcsprog.c')
-rw-r--r-- | usr.bin/rcs/rcsprog.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/usr.bin/rcs/rcsprog.c b/usr.bin/rcs/rcsprog.c index 30314fe4fa8..2633b3e3bf2 100644 --- a/usr.bin/rcs/rcsprog.c +++ b/usr.bin/rcs/rcsprog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: rcsprog.c,v 1.59 2006/01/02 08:13:28 xsa Exp $ */ +/* $OpenBSD: rcsprog.c,v 1.60 2006/01/05 10:28:24 xsa Exp $ */ /* * Copyright (c) 2005 Jean-Francois Brousseau <jfb@openbsd.org> * All rights reserved. @@ -26,8 +26,6 @@ #include "includes.h" -#include "log.h" -#include "rcs.h" #include "rcsprog.h" #define RCS_CMD_MAXARG 128 |