Bot: fix shell header includes (x2)

This commit is contained in:
CPunch 2022-06-27 19:48:43 -05:00
parent 692b3c6137
commit a7a938c9e8
2 changed files with 4 additions and 2 deletions

View File

@ -4,6 +4,8 @@
#include "laika.h"
#include "lpacket.h"
#include <time.h>
#define LAIKA_SHELL_TASK_DELTA 50
struct sLaika_bot;

View File

@ -1,8 +1,8 @@
#ifndef LAIKA_SOCKET_H
#define LAIKA_SOCKET_H
/* clang-format will change the order of the included windows headers, this BREAKS THINGS. for now, make clang ignore this section */
/* clang-format will change the order of the included windows headers, this BREAKS THINGS.
for now, make clang ignore this section */
/* clang-format off */