Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
another bunch of include cuts. The last one for today
authorMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Dec 2016 14:10:57 +0000 (15:10 +0100)
committerMartin Quinson <martin.quinson@loria.fr>
Tue, 20 Dec 2016 14:10:57 +0000 (15:10 +0100)
include/simgrid/datatypes.h
include/simgrid/s4u/VirtualMachine.hpp
include/simgrid/s4u/host.hpp
src/instr/instr_config.cpp
src/plugins/vm/VirtualMachineImpl.hpp
teshsuite/surf/surf_usage/surf_usage.cpp
teshsuite/surf/surf_usage2/surf_usage2.cpp

index dd73424..35bf69e 100644 (file)
@@ -7,7 +7,7 @@
 #ifndef SIMGRID_DATATYPES_H_
 #define SIMGRID_DATATYPES_H_
 
 #ifndef SIMGRID_DATATYPES_H_
 #define SIMGRID_DATATYPES_H_
 
-#include <simgrid/forward.h>
+#include "simgrid/forward.h"
 
 struct vm_params {
   int ncpus;
 
 struct vm_params {
   int ncpus;
index 3247e91..6dfb999 100644 (file)
@@ -6,9 +6,9 @@
 #ifndef SIMGRID_S4U_VM_HPP
 #define SIMGRID_S4U_VM_HPP
 
 #ifndef SIMGRID_S4U_VM_HPP
 #define SIMGRID_S4U_VM_HPP
 
-#include <simgrid/s4u/forward.hpp>
-#include <simgrid/s4u/host.hpp>
-#include <xbt/base.h>
+#include "simgrid/datatypes.h"
+#include "simgrid/s4u/forward.hpp"
+#include "simgrid/s4u/host.hpp"
 
 typedef enum {
   SURF_VM_STATE_CREATED, /**< created, but not yet started */
 
 typedef enum {
   SURF_VM_STATE_CREATED, /**< created, but not yet started */
index 9a70662..ea5d00a 100644 (file)
 
 #include <boost/unordered_map.hpp>
 
 
 #include <boost/unordered_map.hpp>
 
-#include <xbt/Extendable.hpp>
-#include <xbt/signal.hpp>
-#include <xbt/string.hpp>
-#include <xbt/swag.h>
-
-#include <simgrid/simix.h>
-#include <simgrid/datatypes.h>
-#include <simgrid/s4u/forward.hpp>
+#include "xbt/Extendable.hpp"
+#include "xbt/dict.h"
+#include "xbt/signal.hpp"
+#include "xbt/string.hpp"
+#include "xbt/swag.h"
+
+#include "simgrid/forward.h"
+#include "simgrid/s4u/forward.hpp"
 
 namespace simgrid {
 
 
 namespace simgrid {
 
index 558bb7e..5f29a40 100644 (file)
@@ -5,9 +5,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "src/instr/instr_private.h"
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "src/instr/instr_private.h"
-#include "simgrid/sg_config.h"
 #include "surf/surf.h"
 #include "surf/surf.h"
-#include <functional>
 #include <vector>
 
 XBT_LOG_NEW_CATEGORY(instr, "Logging the behavior of the tracing system (used for Visualization/Analysis of simulations)");
 #include <vector>
 
 XBT_LOG_NEW_CATEGORY(instr, "Logging the behavior of the tracing system (used for Visualization/Analysis of simulations)");
index be85c44..0a87584 100644 (file)
@@ -4,6 +4,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/s4u/VirtualMachine.hpp"
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "simgrid/s4u/VirtualMachine.hpp"
+#include "simgrid/simix.h"
 #include "src/surf/HostImpl.hpp"
 
 #ifndef VM_INTERFACE_HPP_
 #include "src/surf/HostImpl.hpp"
 
 #ifndef VM_INTERFACE_HPP_
index 8f60d2b..fb33bb5 100644 (file)
@@ -6,6 +6,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "surf/surf.h"
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "surf/surf.h"
+#include "simgrid/host.h"
 #include "simgrid/s4u/host.hpp"
 #include "simgrid/sg_config.h"
 #include "src/surf/cpu_interface.hpp"
 #include "simgrid/s4u/host.hpp"
 #include "simgrid/sg_config.h"
 #include "src/surf/cpu_interface.hpp"
index 27a1ac9..b7e0950 100644 (file)
@@ -6,6 +6,7 @@
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "surf/surf.h"
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 #include "surf/surf.h"
+#include "simgrid/host.h"
 #include "simgrid/s4u/host.hpp"
 #include "simgrid/sg_config.h"
 #include "src/surf/cpu_interface.hpp"
 #include "simgrid/s4u/host.hpp"
 #include "simgrid/sg_config.h"
 #include "src/surf/cpu_interface.hpp"