diff options
| author | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 19:45:19 -0400 |
|---|---|---|
| committer | Bruce Hill <bruce@bruce-hill.com> | 2025-08-24 19:45:19 -0400 |
| commit | cfe1bd5cb72a12f3bfc643f64b33444ad63502f9 (patch) | |
| tree | 01297e6d0a360b6b2aa6cc64243bfffc150647f0 /src/stdlib/tomo.h | |
| parent | 7a69fe78adcc6abc596e6b1386cded7c57da67e1 (diff) | |
Shared includes for compile folder to reduce duplicate code
Diffstat (limited to 'src/stdlib/tomo.h')
| -rw-r--r-- | src/stdlib/tomo.h | 52 |
1 files changed, 26 insertions, 26 deletions
diff --git a/src/stdlib/tomo.h b/src/stdlib/tomo.h index feeedf47..6d70a089 100644 --- a/src/stdlib/tomo.h +++ b/src/stdlib/tomo.h @@ -3,30 +3,30 @@ // All of the different builtin modules can be included by including this one // import -#include <math.h> -#include <stdbool.h> -#include <stdint.h> -#include <sys/param.h> +#include <math.h> // IWYU pragma: export +#include <stdbool.h> // IWYU pragma: export +#include <stdint.h> // IWYU pragma: export +#include <sys/param.h> // IWYU pragma: export -#include "bools.h" -#include "bytes.h" -#include "c_strings.h" -#include "datatypes.h" -#include "enums.h" -#include "files.h" -#include "functiontype.h" -#include "integers.h" -#include "lists.h" -#include "memory.h" -#include "metamethods.h" -#include "nums.h" -#include "optionals.h" -#include "paths.h" -#include "pointers.h" -#include "print.h" -#include "siphash.h" -#include "stacktrace.h" -#include "structs.h" -#include "tables.h" -#include "text.h" -#include "types.h" +#include "bools.h" // IWYU pragma: export +#include "bytes.h" // IWYU pragma: export +#include "c_strings.h" // IWYU pragma: export +#include "datatypes.h" // IWYU pragma: export +#include "enums.h" // IWYU pragma: export +#include "files.h" // IWYU pragma: export +#include "functiontype.h" // IWYU pragma: export +#include "integers.h" // IWYU pragma: export +#include "lists.h" // IWYU pragma: export +#include "memory.h" // IWYU pragma: export +#include "metamethods.h" // IWYU pragma: export +#include "nums.h" // IWYU pragma: export +#include "optionals.h" // IWYU pragma: export +#include "paths.h" // IWYU pragma: export +#include "pointers.h" // IWYU pragma: export +#include "print.h" // IWYU pragma: export +#include "siphash.h" // IWYU pragma: export +#include "stacktrace.h" // IWYU pragma: export +#include "structs.h" // IWYU pragma: export +#include "tables.h" // IWYU pragma: export +#include "text.h" // IWYU pragma: export +#include "types.h" // IWYU pragma: export |
