From 263ac5d53d6873ae015e123ed1697f049e8b3d32 Mon Sep 17 00:00:00 2001 From: scatterflower Date: Wed, 26 Aug 2020 02:10:09 -0500 Subject: [PATCH] i'm lobo --- include/aoclient.h | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/include/aoclient.h b/include/aoclient.h index e46b46c..977465e 100644 --- a/include/aoclient.h +++ b/include/aoclient.h @@ -1,9 +1,3 @@ -#ifndef AOCLIENT_H -#define AOCLIENT_H - -#include "include/aopacket.h" -#include "include/server.h" - ////////////////////////////////////////////////////////////////////////////////////// // akashi - a server for Attorney Online 2 // // Copyright (C) 2020 scatterflower // @@ -21,7 +15,12 @@ // You should have received a copy of the GNU Affero General Public License // // along with this program. If not, see . // ////////////////////////////////////////////////////////////////////////////////////// -#include +#ifndef AOCLIENT_H +#define AOCLIENT_H + +#include "include/aopacket.h" +#include "include/server.h" + #include #include