From: alegrand Date: Sat, 15 Mar 2008 20:33:45 +0000 (+0000) Subject: Cleanup in includes. X-Git-Tag: v3.3~585 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/241f5458d9377dbfea5d9b333d5150cd79d89e03?ds=sidebyside Cleanup in includes. git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@5292 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- 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");