aboutsummaryrefslogtreecommitdiff
path: root/toys/pending
diff options
context:
space:
mode:
Diffstat (limited to 'toys/pending')
-rw-r--r--toys/pending/mdev.c1
-rw-r--r--toys/pending/mkpasswd.c1
-rw-r--r--toys/pending/sed.c1
3 files changed, 0 insertions, 3 deletions
diff --git a/toys/pending/mdev.c b/toys/pending/mdev.c
index b89ac2ca..2d98c257 100644
--- a/toys/pending/mdev.c
+++ b/toys/pending/mdev.c
@@ -30,7 +30,6 @@ config MDEV_CONF
*/
#include "toys.h"
-#include "lib/xregcomp.h"
// todo, open() block devices to trigger partition scanning.
diff --git a/toys/pending/mkpasswd.c b/toys/pending/mkpasswd.c
index 87b239e0..a46c514c 100644
--- a/toys/pending/mkpasswd.c
+++ b/toys/pending/mkpasswd.c
@@ -22,7 +22,6 @@ config MKPASSWD
#define FOR_mkpasswd
#include "toys.h"
-#include "lib/xregcomp.h"
GLOBALS(
long pfd;
diff --git a/toys/pending/sed.c b/toys/pending/sed.c
index 0ce25aca..22e07c07 100644
--- a/toys/pending/sed.c
+++ b/toys/pending/sed.c
@@ -23,7 +23,6 @@ config SED
#define FOR_sed
#include "toys.h"
-#include "lib/xregcomp.h"
GLOBALS(
struct arg_list *files;