From 241f5458d9377dbfea5d9b333d5150cd79d89e03 Mon Sep 17 00:00:00 2001 From: alegrand Date: Sat, 15 Mar 2008 20:33:45 +0000 Subject: [PATCH] Cleanup in includes. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5292 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- src/surf/cpu_private.h | 1 - src/surf/network.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/src/surf/cpu_private.h b/src/surf/cpu_private.h index 0e91cb59fb..63017a446d 100644 --- a/src/surf/cpu_private.h +++ b/src/surf/cpu_private.h @@ -10,7 +10,6 @@ #include "surf_private.h" #include "xbt/dict.h" -#include "xbt/str.h" typedef struct surf_action_cpu_Cas01 { s_surf_action_t generic_action; diff --git a/src/surf/network.c b/src/surf/network.c index f8e841bac9..b06b1b1ae3 100644 --- a/src/surf/network.c +++ b/src/surf/network.c @@ -6,8 +6,8 @@ * under the terms of the license (GNU LGPL) which comes with this package. */ #include "network_private.h" -#include "cpu_private.h" #include "xbt/log.h" +#include "xbt/str.h" XBT_LOG_NEW_DEFAULT_SUBCATEGORY(surf_network, surf, "Logging specific to the SURF network module"); -- 2.20.1