From 2c6c9ee64c4a0bd35548ae1b05d60e5ec31cfd8d Mon Sep 17 00:00:00 2001 From: lukem Date: Thu, 16 Sep 1999 09:57:06 +0000 Subject: [PATCH] sort includes --- lib/libcompat/regexp/regexp.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/libcompat/regexp/regexp.c b/lib/libcompat/regexp/regexp.c index 474b1559ad35..06471b5597e9 100644 --- a/lib/libcompat/regexp/regexp.c +++ b/lib/libcompat/regexp/regexp.c @@ -35,12 +35,12 @@ #include #ifndef lint -__RCSID("$NetBSD: regexp.c,v 1.11 1999/07/02 15:16:42 simonb Exp $"); +__RCSID("$NetBSD: regexp.c,v 1.12 1999/09/16 09:57:06 lukem Exp $"); #endif /* not lint */ +#include #include #include -#include #include #include #include "regmagic.h"