diff options
Diffstat (limited to 'src/parse/errors.h')
| -rw-r--r-- | src/parse/errors.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/parse/errors.h b/src/parse/errors.h index 55610439..94977439 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 |
