From 1630762970ef7debfd44c24e6621af716c11af73 Mon Sep 17 00:00:00 2001 From: Martin Quinson Date: Wed, 5 Dec 2012 21:57:59 +0100 Subject: [PATCH] these includes are useless --- src/surf/surf_routing.c | 2 -- src/surf/surf_routing_generic.c | 2 -- 2 files changed, 4 deletions(-) diff --git a/src/surf/surf_routing.c b/src/surf/surf_routing.c index b6bb950a70..eb7ac3348f 100644 --- a/src/surf/surf_routing.c +++ b/src/surf/surf_routing.c @@ -10,8 +10,6 @@ #include "surf/surf_routing.h" #include "surf/surfxml_parse_values.h" -#include /* regular expression library */ - /** * @ingroup SURF_build_api * @brief A library containing all known workstations diff --git a/src/surf/surf_routing_generic.c b/src/surf/surf_routing_generic.c index 6f6d5878c8..177c0922e6 100644 --- a/src/surf/surf_routing_generic.c +++ b/src/surf/surf_routing_generic.c @@ -10,8 +10,6 @@ #include "surf/surf_routing.h" #include "surf/surfxml_parse_values.h" -#include /* regular expression library */ - XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_routing_generic, surf_route, "Generic implementation of the surf routing"); static int no_bypassroute_declared = 1; -- 2.20.1