Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove useless includes
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 8 Jun 2017 21:33:33 +0000 (23:33 +0200)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Thu, 8 Jun 2017 21:33:33 +0000 (23:33 +0200)
src/kernel/routing/FatTreeZone.cpp
src/s4u/s4u_storage.cpp
src/simgrid/sg_config.cpp
src/surf/ptask_L07.cpp
src/surf/storage_n11.hpp

index 70a928d..a364180 100644 (file)
@@ -11,8 +11,6 @@
 #include "src/kernel/routing/NetPoint.hpp"
 #include "src/surf/network_interface.hpp"
 
-#include "xbt/lib.h"
-
 #include <boost/algorithm/string/classification.hpp>
 #include <boost/algorithm/string/split.hpp>
 
index 5e9d200..23c7e60 100644 (file)
@@ -6,7 +6,6 @@
 #include "../surf/StorageImpl.hpp"
 #include "simgrid/s4u/Storage.hpp"
 #include "simgrid/simix.hpp"
-#include "xbt/lib.h"
 #include <unordered_map>
 
 namespace simgrid {
index e617c48..8ddc525 100644 (file)
@@ -12,7 +12,6 @@
 #include "xbt/log.h"
 #include "xbt/mallocator.h"
 #include "xbt/str.h"
-#include "xbt/lib.h"
 #include "xbt/sysdep.h"
 #include "surf/surf.h"
 #include "surf/maxmin.h"
index c960134..3340d74 100644 (file)
@@ -12,7 +12,6 @@
 #include "ptask_L07.hpp"
 
 #include "cpu_interface.hpp"
-#include "xbt/lib.h"
 
 XBT_LOG_EXTERNAL_DEFAULT_CATEGORY(surf_host);
 XBT_LOG_EXTERNAL_CATEGORY(xbt_cfg);
index e8b8425..72703a1 100644 (file)
@@ -5,7 +5,6 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include <xbt/base.h>
-#include <xbt/lib.h>
 
 #include "StorageImpl.hpp"