From bc4094635391dcb93cc3d5d6bef56a96bfff2a00 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Mon, 7 May 2012 22:05:02 +0300 Subject: Don't include config.h twice in replace.c. --- replace.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'replace.c') diff --git a/replace.c b/replace.c index d1c05ad6..4259aafa 100644 --- a/replace.c +++ b/replace.c @@ -27,8 +27,7 @@ * Do all necessary includes here, so that we don't have to worry about * overlapping includes in the files in missing.d. */ -#include "config.h" -#include "awk.h" +#include "awk.h" /* includes config.h for us */ #ifndef HAVE_SYSTEM -- cgit v1.2.3