From 23f62fc6f3b8d01a953266ddd404c392b128c952 Mon Sep 17 00:00:00 2001 From: "\"Vladimir N. Oleynik\"" Date: Wed, 14 Sep 2005 16:59:11 +0000 Subject: split libbb: moved xregcomp separatelly for speed up recompile --- editors/awk.c | 2 +- editors/sed.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'editors') diff --git a/editors/awk.c b/editors/awk.c index 3ee677304..6e81e23a9 100644 --- a/editors/awk.c +++ b/editors/awk.c @@ -29,8 +29,8 @@ #include #include #include -#include +#include "xregex.h" #include "busybox.h" diff --git a/editors/sed.c b/editors/sed.c index 166e837da..3b0cebda6 100644 --- a/editors/sed.c +++ b/editors/sed.c @@ -79,12 +79,12 @@ #include #include /* for getopt() */ -#include #include /* for strdup() */ #include #include /* for isspace() */ #include #include "busybox.h" +#include "xregex.h" typedef struct sed_cmd_s { /* Ordered by alignment requirements: currently 36 bytes on x86 */ -- cgit v1.2.3