summaryrefslogtreecommitdiff
path: root/client/main.c
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-29 17:01:19 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-29 17:01:19 +0200
commit1c7c0bd747c839fb1e449e98cec942894821addf (patch)
tree01ac940d42dcfc767afa191efd7ecbd0ab73dcc5 /client/main.c
parent59802547c336d61aa7e950414a3f44180e211974 (diff)
`make format`
Diffstat (limited to 'client/main.c')
-rw-r--r--client/main.c4
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;