diff options
Diffstat (limited to 'client/main.c')
-rw-r--r-- | client/main.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/client/main.c b/client/main.c index 530af2a..8fe6d8e 100644 --- a/client/main.c +++ b/client/main.c @@ -1,7 +1,7 @@ -#include "setup.h" -#include "../shared/errcatch.h" #include "main.h" +#include "../shared/errcatch.h" #include "serial.h" +#include "setup.h" #include "ui.h" w2_s_client_state g_w2_state; |