diff options
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; |