diff options
| author | Joel Klinghed <the_jk@spawned.biz> | 2025-09-08 23:09:21 +0200 |
|---|---|---|
| committer | Joel Klinghed <the_jk@spawned.biz> | 2025-09-08 23:09:37 +0200 |
| commit | 677265461b3c596ab2a88858e74b0970196198fe (patch) | |
| tree | 40cb1e82e78221dad294b9a521024936c2b716bc /src/u16.hh | |
| parent | bf900719174913774e9559302ac90e11c68ac87a (diff) | |
Make clang-tidy happy
Diffstat (limited to 'src/u16.hh')
| -rw-r--r-- | src/u16.hh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,12 +1,12 @@ #ifndef U16_HH #define U16_HH -#include <cstdint> +#include <cstdint> // IWYU pragma: export #include <expected> #include <iterator> #include <type_traits> -#include "u.hh" +#include "u.hh" // IWYU pragma: export namespace u16 { |
