mirror of
https://github.com/CPunch/Laika.git
synced 2024-11-21 12:40:04 +00:00
Bot: fix shell header includes (x2)
This commit is contained in:
parent
692b3c6137
commit
a7a938c9e8
@ -4,6 +4,8 @@
|
|||||||
#include "laika.h"
|
#include "laika.h"
|
||||||
#include "lpacket.h"
|
#include "lpacket.h"
|
||||||
|
|
||||||
|
#include <time.h>
|
||||||
|
|
||||||
#define LAIKA_SHELL_TASK_DELTA 50
|
#define LAIKA_SHELL_TASK_DELTA 50
|
||||||
|
|
||||||
struct sLaika_bot;
|
struct sLaika_bot;
|
||||||
|
@ -1,8 +1,8 @@
|
|||||||
#ifndef LAIKA_SOCKET_H
|
#ifndef LAIKA_SOCKET_H
|
||||||
#define LAIKA_SOCKET_H
|
#define LAIKA_SOCKET_H
|
||||||
|
|
||||||
|
/* clang-format will change the order of the included windows headers, this BREAKS THINGS.
|
||||||
/* clang-format will change the order of the included windows headers, this BREAKS THINGS. for now, make clang ignore this section */
|
for now, make clang ignore this section */
|
||||||
|
|
||||||
/* clang-format off */
|
/* clang-format off */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user