From 80517e2ab55f4232b0cbf41ea0069fbf7262c3f3 Mon Sep 17 00:00:00 2001 From: gfgtdf Date: Wed, 1 Jun 2016 18:31:05 +0200 Subject: [PATCH] remove an include --- src/game_events/action_wml.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/game_events/action_wml.cpp b/src/game_events/action_wml.cpp index 94bde22c213c..4f896f29defc 100644 --- a/src/game_events/action_wml.cpp +++ b/src/game_events/action_wml.cpp @@ -43,7 +43,6 @@ #include "map/map.hpp" #include "map/exception.hpp" #include "map/label.hpp" -#include "network.hpp" #include "pathfind/teleport.hpp" #include "pathfind/pathfind.hpp" #include "persist_var.hpp"