diff options
author | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-17 12:38:59 -0600 |
---|---|---|
committer | Luke T. Shumaker <lukeshu@lukeshu.com> | 2025-05-17 13:28:16 -0600 |
commit | 7cbd849648d41c8b55b5b5fe618b8d20e75db868 (patch) | |
tree | 0fede0bc971d318053c1d75223372a6a44c64d47 /libmisc/log.c | |
parent | 037df4afccb4577351f8155a0b9a36825ac7eb15 (diff) |
Sort+align #includes
Diffstat (limited to 'libmisc/log.c')
-rw-r--r-- | libmisc/log.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libmisc/log.c b/libmisc/log.c index da4c92e..7e917c6 100644 --- a/libmisc/log.c +++ b/libmisc/log.c @@ -8,8 +8,8 @@ #include <libmisc/assert.h> /* for static_assert() */ -#include <libmisc/log.h> #include <libmisc/_intercept.h> +#include <libmisc/log.h> struct log_stdout {}; LO_IMPLEMENTATION_H(fmt_dest, struct log_stdout, log_stdout); |