aboutsummaryrefslogtreecommitdiff
path: root/builtins/shell.c
diff options
context:
space:
mode:
Diffstat (limited to 'builtins/shell.c')
-rw-r--r--builtins/shell.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/builtins/shell.c b/builtins/shell.c
index a73b0aac..36b6a9ad 100644
--- a/builtins/shell.c
+++ b/builtins/shell.c
@@ -2,9 +2,9 @@
#include <stdbool.h>
#include <stdint.h>
-#include "array.h"
+#include "arrays.h"
#include "integers.h"
-#include "pattern.h"
+#include "patterns.h"
#include "shell.h"
#include "text.h"
#include "types.h"