summaryrefslogtreecommitdiff
path: root/replace.c
diff options
context:
space:
mode:
authorArnold D. Robbins <arnold@skeeve.com>2012-05-07 22:05:02 +0300
committerArnold D. Robbins <arnold@skeeve.com>2012-05-07 22:05:02 +0300
commitbc4094635391dcb93cc3d5d6bef56a96bfff2a00 (patch)
tree44cbbf6540a2b1a93880b450ac71d97b9ece4291 /replace.c
parentf8ca822a7e81bd80afa7181ec5c0f0b4a50a4945 (diff)
downloadgawk-bc4094635391dcb93cc3d5d6bef56a96bfff2a00.tar.gz
Don't include config.h twice in replace.c.
Diffstat (limited to 'replace.c')
-rw-r--r--replace.c3
1 files changed, 1 insertions, 2 deletions
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