summaryrefslogtreecommitdiff
path: root/src/map/map.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/map/map.hpp')
-rw-r--r--src/map/map.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/map/map.hpp b/src/map/map.hpp
index a87c0fe..aeb8821 100644
--- a/src/map/map.hpp
+++ b/src/map/map.hpp
@@ -20,10 +20,10 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
-#include "fwd.hpp"
-
#include "map.t.hpp"
+#include "fwd.hpp"
+
#include <chrono>
#include <functional>
#include <list>
@@ -48,7 +48,8 @@
#include "clif.t.hpp"
#include "mapflag.hpp"
#include "mob.t.hpp"
-#include "script.hpp" // change to script.t.hpp
+#include "script-buffer.hpp"
+#include "script-persist.hpp"
#include "skill.t.hpp"