diff options
Diffstat (limited to 'src/map/party.hpp')
-rw-r--r-- | src/map/party.hpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/map/party.hpp b/src/map/party.hpp index 5ad6c03..91dab1b 100644 --- a/src/map/party.hpp +++ b/src/map/party.hpp @@ -1,11 +1,11 @@ #ifndef PARTY_HPP #define PARTY_HPP -#include <functional> +# include <functional> -#include "../strings/fwd.hpp" +# include "../strings/fwd.hpp" -#include "map.hpp" +# include "map.hpp" struct party; struct map_session_data; |