aboutsummaryrefslogtreecommitdiff
path: root/src/parse/errors.h
diff options
context:
space:
mode:
authorBruce Hill <bruce@bruce-hill.com>2025-12-31 15:32:47 -0500
committerBruce Hill <bruce@bruce-hill.com>2025-12-31 15:38:51 -0500
commit8c8444a03d98eb2b9262b14986859a8f4a0a23f4 (patch)
treef37c7d1e90637840d145980cd4ac45863dada347 /src/parse/errors.h
parent41f92837bebae1de783dc7f4a8f880011c72757c (diff)
Move print.c/h back into stdlib
Diffstat (limited to 'src/parse/errors.h')
-rw-r--r--src/parse/errors.h2
1 files changed, 1 insertions, 1 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