aboutsummaryrefslogtreecommitdiff
path: root/src/parse
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse')
-rw-r--r--src/parse/errors.h2
-rw-r--r--src/parse/suffixes.c2
-rw-r--r--src/parse/types.c2
3 files changed, 3 insertions, 3 deletions
diff --git a/src/parse/errors.h b/src/parse/errors.h
index 94977439..55610439 100644
--- a/src/parse/errors.h
+++ b/src/parse/errors.h
@@ -5,8 +5,8 @@
#include <stdlib.h> // IWYU pragma: export
#include <string.h> // IWYU pragma: export
-#include "../print.h" // IWYU pragma: export
#include "../stdlib/files.h" // IWYU pragma: export
+#include "../stdlib/print.h" // IWYU pragma: export
#include "../stdlib/stacktrace.h" // IWYU pragma: export
#include "../stdlib/stdlib.h" // IWYU pragma: export
#include "context.h" // IWYU pragma: export
diff --git a/src/parse/suffixes.c b/src/parse/suffixes.c
index 0815bd0e..71844642 100644
--- a/src/parse/suffixes.c
+++ b/src/parse/suffixes.c
@@ -3,7 +3,7 @@
#include <stdbool.h>
#include "../ast.h"
-#include "../print.h"
+#include "../stdlib/print.h"
#include "../util.h"
#include "context.h"
#include "errors.h"
diff --git a/src/parse/types.c b/src/parse/types.c
index 1efa0b6e..2da0b5ff 100644
--- a/src/parse/types.c
+++ b/src/parse/types.c
@@ -8,8 +8,8 @@
#include <uniname.h>
#include "../ast.h"
-#include "../print.h"
#include "../stdlib/datatypes.h"
+#include "../stdlib/print.h"
#include "../stdlib/text.h"
#include "context.h"
#include "errors.h"