summaryrefslogtreecommitdiff
path: root/minecctl/mc-commands.c
diff options
context:
space:
mode:
Diffstat (limited to 'minecctl/mc-commands.c')
-rw-r--r--minecctl/mc-commands.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/minecctl/mc-commands.c b/minecctl/mc-commands.c
index 424eae9..648af0e 100644
--- a/minecctl/mc-commands.c
+++ b/minecctl/mc-commands.c
@@ -1,11 +1,11 @@
#include <unistd.h>
-#include "utils.h"
+#include "shared/utils.h"
#include "minecctl.h"
#include "server.h"
#include "mc-commands.h"
#include "misc.h"
-#include "mc-protocol.h"
+#include "shared/mc-protocol.h"
bool do_mc_pcount(struct cfg *cfg, unsigned *online, unsigned *max)
{