Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
remove includes of datatypes.h
authorFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 27 Dec 2017 00:02:47 +0000 (01:02 +0100)
committerFrederic Suter <frederic.suter@cc.in2p3.fr>
Wed, 27 Dec 2017 00:02:47 +0000 (01:02 +0100)
include/simgrid/msg.h
include/simgrid/s4u/VirtualMachine.hpp
include/simgrid/simix.h
include/smpi/smpi.h
src/include/surf/surf.hpp

index eadc862..aefc89e 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef MSG_H
 #define MSG_H
 
-#include "simgrid/datatypes.h"
 #include "simgrid/forward.h"
 #include "simgrid/host.h"
 
index 49c4455..de4ebd8 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef SIMGRID_S4U_VM_HPP
 #define SIMGRID_S4U_VM_HPP
 
-#include "simgrid/datatypes.h"
 #include "simgrid/s4u/Host.hpp"
 #include "simgrid/s4u/forward.hpp"
 
index 5acf3b8..7ac87fb 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef _SIMIX_SIMIX_H
 #define _SIMIX_SIMIX_H
 
-#include "simgrid/datatypes.h"
 #include "simgrid/forward.h"
 #include "simgrid/host.h"
 #include "xbt/ex.h"
index eef491c..b650219 100644 (file)
@@ -12,7 +12,6 @@
 #include <time.h>
 #endif
 
-#include <simgrid/datatypes.h>
 #include <smpi/forward.hpp>
 #include <stddef.h>
 #include <xbt/misc.h>
index 36ac477..a645e3a 100644 (file)
@@ -6,7 +6,6 @@
 #ifndef SURF_SURF_H
 #define SURF_SURF_H
 
-#include "simgrid/datatypes.h"
 #include "simgrid/forward.h"
 #include "src/internal_config.h"
 #include "xbt/config.h"