From 75d3b53954eeeb87b70fa7b76473bec4d13f6ea2 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Mon, 28 Nov 2016 21:29:35 +0100 Subject: [PATCH] remove a ugly misplaced include --- src/surf/surf_routing.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/surf/surf_routing.cpp b/src/surf/surf_routing.cpp index 19b30f045c..16aa917826 100644 --- a/src/surf/surf_routing.cpp +++ b/src/surf/surf_routing.cpp @@ -16,7 +16,6 @@ #include "storage_interface.hpp" #include "src/kernel/routing/AsImpl.hpp" -#include "src/surf/xml/platf.hpp" // FIXME: move that back to the parsing area XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_route, surf, "Routing part of surf"); -- 2.20.1