summaryrefslogtreecommitdiff
path: root/minecctl/rcon-commands.c
diff options
context:
space:
mode:
authorDavid Härdeman <david@hardeman.nu>2020-07-01 17:06:54 +0200
committerDavid Härdeman <david@hardeman.nu>2020-07-01 17:06:54 +0200
commit829ea0768672dad977ddeb30dd5e2b254bb4a4e9 (patch)
tree4dd2d89ff5ee68416f1d08134a0c46ba7aacffe2 /minecctl/rcon-commands.c
parentdc93ade1436f619a90a9eee7d98ff91ecaccb6ab (diff)
Change include configuration for shared directory to make header includes clearer
Diffstat (limited to 'minecctl/rcon-commands.c')
-rw-r--r--minecctl/rcon-commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/minecctl/rcon-commands.c b/minecctl/rcon-commands.c
index 2f1687b..eff397d 100644
--- a/minecctl/rcon-commands.c
+++ b/minecctl/rcon-commands.c
@@ -9,11 +9,11 @@
#include <string.h>
#include <stdarg.h>
-#include "utils.h"
+#include "shared/utils.h"
+#include "shared/rcon-protocol.h"
#include "minecctl.h"
#include "rcon-commands.h"
#include "server.h"
-#include "rcon-protocol.h"
#include "misc.h"
static void send_packet(int sfd, const char *buf, size_t len)