From 3406901a2928627477374769416a32b01a08b131 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Sat, 17 Jul 1999 20:18:55 +0000 Subject: Move some system includes into c.h, and remove duplicates. --- src/include/regex/utils.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/include/regex/utils.h') diff --git a/src/include/regex/utils.h b/src/include/regex/utils.h index de36c6ffb56..bf51a8b8e74 100644 --- a/src/include/regex/utils.h +++ b/src/include/regex/utils.h @@ -37,7 +37,7 @@ * @(#)utils.h 8.3 (Berkeley) 3/20/94 */ -#include "config.h" /* HAVE_MEMMOVE */ +#include "config.h" /* utility definitions */ #define DUPMAX 100000000 /* xxx is this right? */ -- cgit v1.2.3