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 /lib9p/tests/test_server/fs_shutdown.h | |
parent | 037df4afccb4577351f8155a0b9a36825ac7eb15 (diff) |
Sort+align #includes
Diffstat (limited to 'lib9p/tests/test_server/fs_shutdown.h')
-rw-r--r-- | lib9p/tests/test_server/fs_shutdown.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib9p/tests/test_server/fs_shutdown.h b/lib9p/tests/test_server/fs_shutdown.h index 65956db..6b8683c 100644 --- a/lib9p/tests/test_server/fs_shutdown.h +++ b/lib9p/tests/test_server/fs_shutdown.h @@ -7,8 +7,8 @@ #ifndef _LIB9P_TESTS_TEST_SERVER_FS_SHUTDOWN_H_ #define _LIB9P_TESTS_TEST_SERVER_FS_SHUTDOWN_H_ -#include <util9p/static.h> #include <libhw/host_net.h> +#include <util9p/static.h> struct shutdown_file { char *name; |