Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
cut some more includes
authorMartin Quinson <martin.quinson@loria.fr>
Thu, 25 May 2017 21:17:03 +0000 (23:17 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Thu, 25 May 2017 21:17:03 +0000 (23:17 +0200)
44 files changed:
src/mc/ChunkedData.cpp
src/mc/Frame.cpp
src/mc/Frame.hpp
src/mc/LocationList.cpp
src/mc/LocationList.hpp
src/mc/ModelChecker.cpp
src/mc/ModelChecker.hpp
src/mc/ObjectInformation.hpp
src/mc/PageStore.cpp
src/mc/PageStore.hpp
src/mc/Process.cpp
src/mc/Process.hpp
src/mc/RegionSnapshot.hpp
src/mc/Session.cpp
src/mc/Session.hpp
src/mc/Type.hpp
src/mc/VisitedState.cpp
src/mc/compare.cpp
src/mc/mc_base.h
src/mc/mc_client_api.cpp
src/mc/mc_comm_pattern.cpp
src/mc/mc_comm_pattern.h
src/mc/mc_config.cpp
src/mc/mc_dwarf.cpp
src/mc/mc_dwarf.hpp
src/mc/mc_dwarf_attrnames.cpp
src/mc/mc_dwarf_tagnames.cpp
src/mc/mc_global.cpp
src/mc/mc_hash.cpp
src/mc/mc_hash.hpp
src/mc/mc_mmu.h
src/mc/mc_private.h
src/mc/mc_record.cpp
src/mc/mc_record.h
src/mc/mc_replay.h
src/mc/mc_request.h
src/mc/mc_safety.h
src/mc/mc_snapshot.cpp
src/mc/mc_snapshot.h
src/mc/mc_state.cpp
src/mc/mc_state.h
src/mc/mc_unw.h
src/mc/mc_xbt.cpp
src/mc/mc_xbt.hpp

index c860d45..b60f938 100644 (file)
@@ -8,8 +8,8 @@
 
 #include <vector>
 
 
 #include <vector>
 
-#include <xbt/misc.h> 
-#include <xbt/asserts.h>
+#include "xbt/asserts.h"
+#include "xbt/misc.h"
 
 #include "src/mc/AddressSpace.hpp"
 #include "src/mc/ChunkedData.hpp"
 
 #include "src/mc/AddressSpace.hpp"
 #include "src/mc/ChunkedData.hpp"
index 135b79c..4b25440 100644 (file)
@@ -6,7 +6,7 @@
 
 #include <libunwind.h>
 
 
 #include <libunwind.h>
 
-#include <xbt/sysdep.h>
+#include "xbt/sysdep.h"
 
 #include "src/mc/Frame.hpp"
 
 
 #include "src/mc/Frame.hpp"
 
index 0cc6630..e554e81 100644 (file)
@@ -10,7 +10,7 @@
 #include <string>
 #include <cstdint>
 
 #include <string>
 #include <cstdint>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 #include <xbt/range.hpp>
 
 #include "src/mc/mc_forward.hpp"
 #include <xbt/range.hpp>
 
 #include "src/mc/mc_forward.hpp"
index 039bd2d..0ad9375 100644 (file)
@@ -8,8 +8,8 @@
 #include <cstdint>
 #include <utility>
 
 #include <cstdint>
 #include <utility>
 
-#include <xbt/asserts.h>
-#include <xbt/sysdep.h>
+#include "xbt/asserts.h"
+#include "xbt/sysdep.h"
 
 #include <libunwind.h>
 
 
 #include <libunwind.h>
 
index 830f024..2985abd 100644 (file)
@@ -15,7 +15,7 @@
 #include <dwarf.h>
 #include <elfutils/libdw.h>
 
 #include <dwarf.h>
 #include <elfutils/libdw.h>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 #include <xbt/range.hpp>
 
 #include "src/mc/mc_base.h"
 #include <xbt/range.hpp>
 
 #include "src/mc/mc_base.h"
index f611391..1a4f702 100644 (file)
@@ -14,7 +14,7 @@
 #include <memory>
 #include <system_error>
 
 #include <memory>
 #include <system_error>
 
-#include <xbt/log.h>
+#include "xbt/log.h"
 #include <xbt/automaton.h>
 #include <xbt/automaton.hpp>
 #include <xbt/system_error.hpp>
 #include <xbt/automaton.h>
 #include <xbt/automaton.hpp>
 #include <xbt/system_error.hpp>
index 9d7101f..c238d12 100644 (file)
@@ -15,7 +15,7 @@
 
 #include <event2/event.h>
 
 
 #include <event2/event.h>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 #include <sys/types.h>
 
 #include "src/mc/PageStore.hpp"
 #include <sys/types.h>
 
 #include "src/mc/PageStore.hpp"
index 1a5b75f..6173971 100644 (file)
@@ -12,7 +12,7 @@
 #include <memory>
 #include <vector>
 
 #include <memory>
 #include <vector>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 
 #include "src/xbt/memory_map.hpp"
 #include "src/mc/mc_forward.hpp"
 
 #include "src/xbt/memory_map.hpp"
 #include "src/mc/mc_forward.hpp"
index a8e149a..feef524 100644 (file)
@@ -12,9 +12,9 @@
 # define MAP_POPULATE MAP_PREFAULT_READ
 #endif
 
 # define MAP_POPULATE MAP_PREFAULT_READ
 #endif
 
-#include <xbt/base.h>
-#include <xbt/log.h>
-#include <xbt/sysdep.h>
+#include "xbt/base.h"
+#include "xbt/log.h"
+#include "xbt/sysdep.h"
 
 #include "src/internal_config.h"
 
 
 #include "src/internal_config.h"
 
index 640e63c..80332ea 100644 (file)
@@ -13,7 +13,7 @@
 #include <unordered_map>
 #include <unordered_set>
 
 #include <unordered_map>
 #include <unordered_set>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 
 #include "src/mc/mc_mmu.h"
 #include "src/mc/mc_forward.hpp"
 
 #include "src/mc/mc_mmu.h"
 #include "src/mc/mc_forward.hpp"
index 47a0637..ed6f2d0 100644 (file)
@@ -28,8 +28,8 @@
 #include <libunwind.h>
 #include <libunwind-ptrace.h>
 
 #include <libunwind.h>
 #include <libunwind-ptrace.h>
 
-#include <xbt/log.h>
-#include <xbt/base.h>
+#include "xbt/base.h"
+#include "xbt/log.h"
 #include <xbt/mmalloc.h>
 
 #include "src/mc/mc_unw.h"
 #include <xbt/mmalloc.h>
 
 #include "src/mc/mc_unw.h"
index 68ebb05..bb0a85d 100644 (file)
@@ -19,7 +19,7 @@
 
 #include <simgrid_config.h>
 
 
 #include <simgrid_config.h>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 #include <xbt/mmalloc.h>
 
 #include "src/xbt/mmalloc/mmprivate.h"
 #include <xbt/mmalloc.h>
 
 #include "src/xbt/mmalloc/mmprivate.h"
index e9339f7..cc135f4 100644 (file)
@@ -13,7 +13,7 @@
 #include <memory>
 #include <vector>
 
 #include <memory>
 #include <vector>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 
 #include "src/mc/AddressSpace.hpp"
 #include "src/mc/ChunkedData.hpp"
 
 #include "src/mc/AddressSpace.hpp"
 #include "src/mc/ChunkedData.hpp"
index 664fe3e..6c4bd78 100644 (file)
@@ -9,11 +9,11 @@
 
 #include <functional>
 
 
 #include <functional>
 
-#include <xbt/log.h>
-#include <xbt/system_error.hpp>
-#include <simgrid/sg_config.h>
-#include <simgrid/modelchecker.h>
+#include "xbt/log.h"
 #include <mc/mc.h>
 #include <mc/mc.h>
+#include <simgrid/modelchecker.h>
+#include <simgrid/sg_config.h>
+#include <xbt/system_error.hpp>
 
 #include "src/mc/Session.hpp"
 #include "src/mc/mc_state.h"
 
 #include "src/mc/Session.hpp"
 #include "src/mc/mc_state.h"
index caccae0..60317a7 100644 (file)
 #include <sys/prctl.h>
 #endif
 
 #include <sys/prctl.h>
 #endif
 
-#include <sys/types.h>
+#include "xbt/sysdep.h"
 #include <sys/socket.h>
 #include <sys/socket.h>
-#include <xbt/sysdep.h>
+#include <sys/types.h>
 #include <xbt/system_error.hpp>
 
 #include <functional>
 
 #include <xbt/system_error.hpp>
 
 #include <functional>
 
-#include <xbt/log.h>
+#include "xbt/log.h"
 
 #include "src/mc/mc_forward.hpp"
 #include "src/mc/ModelChecker.hpp"
 
 #include "src/mc/mc_forward.hpp"
 #include "src/mc/ModelChecker.hpp"
index d1391bd..5d2ed59 100644 (file)
@@ -12,8 +12,8 @@
 #include <vector>
 #include <string>
 
 #include <vector>
 #include <string>
 
-#include <xbt/base.h>
-#include <xbt/asserts.h>
+#include "xbt/asserts.h"
+#include "xbt/base.h"
 
 #include <dwarf.h>
 
 
 #include <dwarf.h>
 
index 1464be4..a59df31 100644 (file)
@@ -10,8 +10,8 @@
 
 #include <boost/range/algorithm.hpp>
 
 
 #include <boost/range/algorithm.hpp>
 
-#include <xbt/log.h>
-#include <xbt/sysdep.h>
+#include "xbt/log.h"
+#include "xbt/sysdep.h"
 
 #include "src/mc/mc_comm_pattern.h"
 #include "src/mc/mc_private.h"
 
 #include "src/mc/mc_comm_pattern.h"
 #include "src/mc/mc_private.h"
index 37ee087..bdc2339 100644 (file)
@@ -13,8 +13,8 @@
 #include <utility>
 #include <unordered_set>
 
 #include <utility>
 #include <unordered_set>
 
-#include <xbt/sysdep.h>
-#include <xbt/dynar.h>
+#include "xbt/dynar.h"
+#include "xbt/sysdep.h"
 #include <xbt/mmalloc.h>
 
 #include <mc/mc.h>
 #include <xbt/mmalloc.h>
 
 #include <mc/mc.h>
index 5fcffaa..12b8716 100644 (file)
@@ -6,8 +6,7 @@
 #ifndef SIMGRID_MC_BASE_H
 #define SIMGRID_MC_BASE_H
 
 #ifndef SIMGRID_MC_BASE_H
 #define SIMGRID_MC_BASE_H
 
-
-#include <xbt/base.h>
+#include "xbt/base.h"
 #include <simgrid/forward.h>
 
 #ifdef __cplusplus
 #include <simgrid/forward.h>
 
 #ifdef __cplusplus
index e21f2d9..3cf1ff7 100644 (file)
@@ -4,8 +4,8 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include <xbt/log.h>
-#include <xbt/sysdep.h>
+#include "xbt/log.h"
+#include "xbt/sysdep.h"
 #include <simgrid/modelchecker.h>
 
 #include "src/mc/ModelChecker.hpp"
 #include <simgrid/modelchecker.h>
 
 #include "src/mc/ModelChecker.hpp"
index e0f5904..cc1aa14 100644 (file)
@@ -6,8 +6,8 @@
 
 #include <string.h>
 
 
 #include <string.h>
 
-#include <xbt/sysdep.h>
-#include <xbt/dynar.h>
+#include "xbt/dynar.h"
+#include "xbt/sysdep.h"
 #include <xbt/dynar.hpp>
 
 #include "src/mc/mc_comm_pattern.h"
 #include <xbt/dynar.hpp>
 
 #include "src/mc/mc_comm_pattern.h"
index 3390b56..8838043 100644 (file)
@@ -10,8 +10,8 @@
 
 #include <vector>
 
 
 #include <vector>
 
+#include "xbt/dynar.h"
 #include <simgrid_config.h>
 #include <simgrid_config.h>
-#include <xbt/dynar.h>
 
 #include "src/simix/smx_private.h"
 #include "src/smpi/private.h"
 
 #include "src/simix/smx_private.h"
 #include "src/smpi/private.h"
index 8ef5d0b..4ad2251 100644 (file)
@@ -4,9 +4,9 @@
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
 
-#include <xbt/str.h>
-#include <xbt/log.h>
+#include "xbt/log.h"
 #include <xbt/config.h>
 #include <xbt/config.h>
+#include <xbt/str.h>
 
 #include <mc/mc.h>
 #include "src/mc/mc_replay.h"
 
 #include <mc/mc.h>
 #include "src/mc/mc_replay.h"
index 5fd061a..8cc387c 100644 (file)
 
 #include <boost/algorithm/string/predicate.hpp>
 
 
 #include <boost/algorithm/string/predicate.hpp>
 
-#include <simgrid_config.h>
 #include "src/simgrid/util.hpp"
 #include "src/simgrid/util.hpp"
-#include <xbt/log.h>
-#include <xbt/sysdep.h>
+#include "xbt/log.h"
+#include "xbt/sysdep.h"
+#include <simgrid_config.h>
 
 #include "src/mc/mc_private.h"
 #include "src/mc/mc_dwarf.hpp"
 
 #include "src/mc/mc_private.h"
 #include "src/mc/mc_dwarf.hpp"
index d247552..8187dd7 100644 (file)
@@ -11,8 +11,8 @@
 
 #include <string.h>
 
 
 #include <string.h>
 
-#include <xbt/base.h>
-#include <xbt/sysdep.h>
+#include "xbt/base.h"
+#include "xbt/sysdep.h"
 
 #define DW_LANG_Objc DW_LANG_ObjC       /* fix spelling error in older dwarf.h */
 #include <dwarf.h>
 
 #define DW_LANG_Objc DW_LANG_ObjC       /* fix spelling error in older dwarf.h */
 #include <dwarf.h>
index a1e00e5..ce4ddd4 100644 (file)
@@ -9,7 +9,7 @@
 #include <dwarf.h>
 #include <src/mc/mc_dwarf.hpp>
 
 #include <dwarf.h>
 #include <src/mc/mc_dwarf.hpp>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 
 namespace simgrid {
 namespace dwarf  {
 
 namespace simgrid {
 namespace dwarf  {
index cb73e9d..f19d0f4 100644 (file)
@@ -10,7 +10,7 @@
 #include <elfutils/libdw.h>
 #include "src/mc/mc_dwarf.hpp"
 
 #include <elfutils/libdw.h>
 #include "src/mc/mc_dwarf.hpp"
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 
 namespace simgrid {
 namespace dwarf {
 
 namespace simgrid {
 namespace dwarf {
index 80ecca5..33f0d61 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <vector>
 
 
 #include <vector>
 
-#include <xbt/dynar.h>
+#include "xbt/dynar.h"
 #include <xbt/automaton.h>
 #include <xbt/swag.h>
 
 #include <xbt/automaton.h>
 #include <xbt/swag.h>
 
index 8e9dc17..d537cfe 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <cstdint>
 
 
 #include <cstdint>
 
-#include <xbt/log.h>
+#include "xbt/log.h"
 
 #include "src/mc/mc_private.h"
 #include "src/mc/mc_snapshot.h"
 
 #include "src/mc/mc_private.h"
 #include "src/mc/mc_snapshot.h"
index 68a408a..dc2e2d9 100644 (file)
@@ -9,7 +9,7 @@
 
 #include <cstdint>
 
 
 #include <cstdint>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 
 #include "src/mc/mc_forward.hpp"
 
 
 #include "src/mc/mc_forward.hpp"
 
index 9e2aaa5..608be2b 100644 (file)
@@ -9,9 +9,9 @@
 #include <cstdint>
 #include <cstddef>
 
 #include <cstdint>
 #include <cstddef>
 
-#include <xbt/asserts.h>
-#include <xbt/base.h> // xbt_pagesize...
-#include <xbt/misc.h>
+#include "xbt/asserts.h"
+#include "xbt/base.h" // xbt_pagesize...
+#include "xbt/misc.h"
 
 #include <simgrid_config.h>
 
 
 #include <simgrid_config.h>
 
index a49d3e4..f4538d0 100644 (file)
 
 #include <stdio.h>
 
 
 #include <stdio.h>
 
+#include "xbt/base.h"
 #include <simgrid/msg.h>
 #include <simgrid/msg.h>
-#include <xbt/config.h>
-#include <xbt/base.h>
 #include <xbt/automaton.h>
 #include <xbt/automaton.h>
+#include <xbt/config.h>
 
 #include "mc/mc.h"
 #include "mc/datatypes.h"
 
 #include "mc/mc.h"
 #include "mc/datatypes.h"
index 7896df8..62a4fa8 100644 (file)
@@ -12,8 +12,8 @@
 #include <sstream>
 #include <string>
 
 #include <sstream>
 #include <string>
 
-#include <xbt/log.h>
-#include <xbt/sysdep.h>
+#include "xbt/log.h"
+#include "xbt/sysdep.h"
 
 #include "simgrid/simix.h"
 
 
 #include "simgrid/simix.h"
 
index a257770..c1617fb 100644 (file)
@@ -20,7 +20,7 @@
 #include <string>
 #include <vector>
 
 #include <string>
 #include <vector>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 
 #include "src/mc/Transition.hpp"
 
 
 #include "src/mc/Transition.hpp"
 
index c824d44..fa295af 100644 (file)
@@ -6,7 +6,7 @@
 #ifndef SIMGRID_MC_REPLAY_H
 #define SIMGRID_MC_REPLAY_H
 
 #ifndef SIMGRID_MC_REPLAY_H
 #define SIMGRID_MC_REPLAY_H
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 
 SG_BEGIN_DECL()
 
 
 SG_BEGIN_DECL()
 
index 953d83e..b635496 100644 (file)
@@ -8,7 +8,7 @@
 
 #include <string>
 
 
 #include <string>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 
 #include "src/simix/smx_private.h"
 
 
 #include "src/simix/smx_private.h"
 
index 2aa3902..22b0615 100644 (file)
@@ -12,7 +12,7 @@
 
 #include <simgrid_config.h>
 
 
 #include <simgrid_config.h>
 
-#include <xbt/base.h>
+#include "xbt/base.h"
 
 #include "src/mc/mc_forward.hpp"
 #include "src/mc/mc_state.h"
 
 #include "src/mc/mc_forward.hpp"
 #include "src/mc/mc_state.h"
index 32f035b..80c0817 100644 (file)
@@ -9,8 +9,8 @@
 #include <memory>
 #include <utility>
 
 #include <memory>
 #include <utility>
 
-#include <xbt/asserts.h>
-#include <xbt/sysdep.h>
+#include "xbt/asserts.h"
+#include "xbt/sysdep.h"
 
 #include "src/internal_config.h"
 #include "src/smpi/private.h"
 
 #include "src/internal_config.h"
 #include "src/smpi/private.h"
index f19fb12..68e9fda 100644 (file)
 #include <sys/types.h> // off_t
 
 #include "src/xbt/mmalloc/mmprivate.h"
 #include <sys/types.h> // off_t
 
 #include "src/xbt/mmalloc/mmprivate.h"
-#include <xbt/asserts.h>
-#include <xbt/base.h>
+#include "xbt/asserts.h"
+#include "xbt/base.h"
 
 
-#include "src/mc/mc_forward.hpp"
 #include "src/mc/ModelChecker.hpp"
 #include "src/mc/ModelChecker.hpp"
-#include "src/mc/PageStore.hpp"
-#include "src/mc/AddressSpace.hpp"
-#include "src/mc/mc_unw.h"
 #include "src/mc/RegionSnapshot.hpp"
 #include "src/mc/RegionSnapshot.hpp"
+#include "src/mc/mc_forward.hpp"
+#include "src/mc/mc_unw.h"
 
 SG_BEGIN_DECL()
 
 
 SG_BEGIN_DECL()
 
index 8b04805..9d041d7 100644 (file)
@@ -7,8 +7,8 @@
 
 #include <boost/range/algorithm.hpp>
 
 
 #include <boost/range/algorithm.hpp>
 
-#include <xbt/log.h>
-#include <xbt/sysdep.h>
+#include "xbt/log.h"
+#include "xbt/sysdep.h"
 
 #include "src/simix/smx_private.h"
 #include "src/mc/mc_state.h"
 
 #include "src/simix/smx_private.h"
 #include "src/mc/mc_state.h"
index e2117f8..1e65beb 100644 (file)
@@ -9,15 +9,6 @@
 #include <list>
 #include <memory>
 
 #include <list>
 #include <memory>
 
-#include <xbt/base.h>
-#include <xbt/dynar.h>
-
-#include "src/simix/smx_private.h"
-#include "src/kernel/activity/SynchroIo.hpp"
-#include "src/kernel/activity/SynchroComm.hpp"
-#include "src/kernel/activity/SynchroRaw.hpp"
-#include "src/kernel/activity/SynchroSleep.hpp"
-#include "src/kernel/activity/SynchroExec.hpp"
 #include "src/mc/mc_snapshot.h"
 #include "src/mc/mc_record.h"
 #include "src/mc/Transition.hpp"
 #include "src/mc/mc_snapshot.h"
 #include "src/mc/mc_record.h"
 #include "src/mc/Transition.hpp"
index 31dfb9b..2200b5f 100644 (file)
  *  much here.
  */
 
  *  much here.
  */
 
-#include <sys/types.h>
-
-#include <xbt/base.h>
+#include "src/mc/mc_forward.hpp"
 
 #include <libunwind.h>
 
 #include <libunwind.h>
-
-#include "src/mc/mc_forward.hpp"
+#include <sys/types.h>
 
 namespace simgrid {
 namespace unw {
 
 namespace simgrid {
 namespace unw {
index 86c0144..257ebb4 100644 (file)
@@ -10,8 +10,8 @@
 #include "src/mc/mc_xbt.hpp"
 #include "src/mc/remote/RemotePtr.hpp"
 
 #include "src/mc/mc_xbt.hpp"
 #include "src/mc/remote/RemotePtr.hpp"
 
-#include <xbt/dynar.h>
-#include <xbt/sysdep.h>
+#include "xbt/dynar.h"
+#include "xbt/sysdep.h"
 
 namespace simgrid {
 namespace mc {
 
 namespace simgrid {
 namespace mc {
index 14940a9..ed7ea0c 100644 (file)
@@ -7,9 +7,7 @@
 #ifndef SIMGRID_MC_XBT_HPP
 #define SIMGRID_MC_XBT_HPP
 
 #ifndef SIMGRID_MC_XBT_HPP
 #define SIMGRID_MC_XBT_HPP
 
-#include <cstddef>
-
-#include <xbt/dynar.h>
+#include "xbt/dynar.h"
 
 #include "src/mc/AddressSpace.hpp"
 #include "src/mc/remote/RemotePtr.hpp"
 
 #include "src/mc/AddressSpace.hpp"
 #include "src/mc/remote/RemotePtr.hpp"