summaryrefslogtreecommitdiffstats
path: root/parse.c
diff options
context:
space:
mode:
Diffstat (limited to 'parse.c')
-rw-r--r--parse.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/parse.c b/parse.c
index 3439f23..04789da 100644
--- a/parse.c
+++ b/parse.c
@@ -36,12 +36,12 @@
#include "opt.h"
#include "printf.h"
#include "pwcache.h"
-#include "spawn.h"
#include "stat.h"
-#include "time.h"
#include "typo.h"
#include "util.h"
-#include "regex.h"
+#include "xregex.h"
+#include "xspawn.h"
+#include "xtime.h"
#include <assert.h>
#include <errno.h>
#include <fcntl.h>