From 829ea0768672dad977ddeb30dd5e2b254bb4a4e9 Mon Sep 17 00:00:00 2001 From: David Härdeman Date: Wed, 1 Jul 2020 17:06:54 +0200 Subject: Change include configuration for shared directory to make header includes clearer --- minecctl/rcon-commands.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'minecctl/rcon-commands.c') 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 #include -#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) -- cgit v1.2.3