split libbb: moved xregcomp separatelly for speed up recompile
This commit is contained in:
@@ -29,8 +29,8 @@
|
||||
#include <math.h>
|
||||
#include <ctype.h>
|
||||
#include <getopt.h>
|
||||
#include <regex.h>
|
||||
|
||||
#include "xregex.h"
|
||||
#include "busybox.h"
|
||||
|
||||
|
||||
|
||||
@@ -79,12 +79,12 @@
|
||||
|
||||
#include <stdio.h>
|
||||
#include <unistd.h> /* for getopt() */
|
||||
#include <regex.h>
|
||||
#include <string.h> /* for strdup() */
|
||||
#include <errno.h>
|
||||
#include <ctype.h> /* for isspace() */
|
||||
#include <stdlib.h>
|
||||
#include "busybox.h"
|
||||
#include "xregex.h"
|
||||
|
||||
typedef struct sed_cmd_s {
|
||||
/* Ordered by alignment requirements: currently 36 bytes on x86 */
|
||||
|
||||
Reference in New Issue
Block a user