From 2525cbbb92a42027b6d2350c38c3f5bd1f530dbb Mon Sep 17 00:00:00 2001 From: tedu Date: Fri, 23 Oct 2015 08:02:13 +0000 Subject: [PATCH] undent includes, from michael reed --- usr.bin/locate/locate/locate.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/usr.bin/locate/locate/locate.c b/usr.bin/locate/locate/locate.c index fb686a4d382..ccb7ffcdb21 100644 --- a/usr.bin/locate/locate/locate.c +++ b/usr.bin/locate/locate/locate.c @@ -1,5 +1,5 @@ /* - * $OpenBSD: locate.c,v 1.27 2015/10/23 07:57:03 tedu Exp $ + * $OpenBSD: locate.c,v 1.28 2015/10/23 08:02:13 tedu Exp $ * * Copyright (c) 1995 Wolfram Schneider . Berlin. * Copyright (c) 1989, 1993 @@ -32,7 +32,7 @@ * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * - * $Id: locate.c,v 1.27 2015/10/23 07:57:03 tedu Exp $ + * $Id: locate.c,v 1.28 2015/10/23 08:02:13 tedu Exp $ */ /* @@ -74,10 +74,10 @@ #include #include -# include -# include -# include -# include +#include +#include +#include +#include #ifdef sun -- 2.20.1