diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-06-07 10:58:30 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-06-07 10:58:30 +0200 |
commit | b81f15e6542d124ef22347e1b793894494695b3d (patch) | |
tree | 4c91a2ec5c51547a205d597d934c3c12bf4bd622 /client/ui_dirc.c | |
parent | 0b246d96f4928755b50a005dd954f051c717ed02 (diff) |
`make format`
Diffstat (limited to 'client/ui_dirc.c')
-rw-r--r-- | client/ui_dirc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/ui_dirc.c b/client/ui_dirc.c index 72e57d0..e2da863 100644 --- a/client/ui_dirc.c +++ b/client/ui_dirc.c @@ -1,8 +1,8 @@ #include "../shared/protocol.h" #include "../shared/util.h" #include "commands.h" -#include "ui.h" #include "errcatch.h" +#include "ui.h" unsigned int g_w2_lb = 0; unsigned int g_w2_lf = 0; |