From 22c0c400795a0e1b27b1b15665d91700cc579db9 Mon Sep 17 00:00:00 2001 From: Frederic Suter Date: Wed, 27 Dec 2017 01:02:47 +0100 Subject: [PATCH] remove includes of datatypes.h --- include/simgrid/msg.h | 1 - include/simgrid/s4u/VirtualMachine.hpp | 1 - include/simgrid/simix.h | 1 - include/smpi/smpi.h | 1 - src/include/surf/surf.hpp | 1 - 5 files changed, 5 deletions(-) diff --git a/include/simgrid/msg.h b/include/simgrid/msg.h index eadc8626d8..aefc89e320 100644 --- a/include/simgrid/msg.h +++ b/include/simgrid/msg.h @@ -6,7 +6,6 @@ #ifndef MSG_H #define MSG_H -#include "simgrid/datatypes.h" #include "simgrid/forward.h" #include "simgrid/host.h" diff --git a/include/simgrid/s4u/VirtualMachine.hpp b/include/simgrid/s4u/VirtualMachine.hpp index 49c44559f9..de4ebd8027 100644 --- a/include/simgrid/s4u/VirtualMachine.hpp +++ b/include/simgrid/s4u/VirtualMachine.hpp @@ -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" diff --git a/include/simgrid/simix.h b/include/simgrid/simix.h index 5acf3b829e..7ac87fb902 100644 --- a/include/simgrid/simix.h +++ b/include/simgrid/simix.h @@ -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" diff --git a/include/smpi/smpi.h b/include/smpi/smpi.h index eef491c376..b65021939c 100644 --- a/include/smpi/smpi.h +++ b/include/smpi/smpi.h @@ -12,7 +12,6 @@ #include #endif -#include #include #include #include diff --git a/src/include/surf/surf.hpp b/src/include/surf/surf.hpp index 36ac4775c5..a645e3a4b6 100644 --- a/src/include/surf/surf.hpp +++ b/src/include/surf/surf.hpp @@ -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" -- 2.20.1