summaryrefslogtreecommitdiffstats
path: root/eval.c
diff options
context:
space:
mode:
Diffstat (limited to 'eval.c')
-rw-r--r--eval.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/eval.c b/eval.c
index 321a8d9..41892d0 100644
--- a/eval.c
+++ b/eval.c
@@ -34,10 +34,10 @@
#include "printf.h"
#include "pwcache.h"
#include "stat.h"
-#include "time.h"
#include "trie.h"
#include "util.h"
-#include "regex.h"
+#include "xregex.h"
+#include "xtime.h"
#include <assert.h>
#include <errno.h>
#include <fcntl.h>