Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
chop, chop, chop includes
authorMartin Quinson <martin.quinson@loria.fr>
Fri, 26 May 2017 08:14:33 +0000 (10:14 +0200)
committerMartin Quinson <martin.quinson@loria.fr>
Fri, 26 May 2017 08:14:33 +0000 (10:14 +0200)
17 files changed:
src/mc/Frame.hpp
src/mc/LocationList.hpp
src/mc/ModelChecker.cpp
src/mc/Session.cpp
src/mc/Session.hpp
src/mc/mc_base.h
src/mc/mc_comm_pattern.h
src/mc/mc_config.cpp
src/mc/mc_dwarf.hpp
src/mc/mc_global.cpp
src/mc/mc_hash.hpp
src/mc/mc_mmu.h
src/mc/mc_private.h
src/mc/mc_record.h
src/mc/mc_request.h
src/mc/mc_safety.h
src/mc/mc_snapshot.h

index e554e81..663ecf3 100644 (file)
@@ -11,7 +11,7 @@
 #include <cstdint>
 
 #include "xbt/base.h"
-#include <xbt/range.hpp>
+#include "xbt/range.hpp"
 
 #include "src/mc/mc_forward.hpp"
 #include "src/mc/LocationList.hpp"
index 2985abd..da1af22 100644 (file)
@@ -16,7 +16,7 @@
 #include <elfutils/libdw.h>
 
 #include "xbt/base.h"
-#include <xbt/range.hpp>
+#include "xbt/range.hpp"
 
 #include "src/mc/mc_base.h"
 #include "src/mc/mc_forward.hpp"
index 1a4f702..2f44304 100644 (file)
 #include <memory>
 #include <system_error>
 
+#include "xbt/automaton.h"
+#include "xbt/automaton.hpp"
 #include "xbt/log.h"
-#include <xbt/automaton.h>
-#include <xbt/automaton.hpp>
-#include <xbt/system_error.hpp>
+#include "xbt/system_error.hpp"
 
 #include "simgrid/sg_config.h"
 
index 6c4bd78..13f3d72 100644 (file)
 #include <functional>
 
 #include "xbt/log.h"
+#include "xbt/system_error.hpp"
 #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"
index 60317a7..8bc9f04 100644 (file)
@@ -12,9 +12,9 @@
 #endif
 
 #include "xbt/sysdep.h"
+#include "xbt/system_error.hpp"
 #include <sys/socket.h>
 #include <sys/types.h>
-#include <xbt/system_error.hpp>
 
 #include <functional>
 
index 12b8716..1f94f1b 100644 (file)
@@ -6,8 +6,7 @@
 #ifndef SIMGRID_MC_BASE_H
 #define SIMGRID_MC_BASE_H
 
-#include "xbt/base.h"
-#include <simgrid/forward.h>
+#include "simgrid/forward.h"
 
 #ifdef __cplusplus
 
index 8838043..b5ac841 100644 (file)
@@ -6,16 +6,10 @@
 #ifndef SIMGRID_MC_COMM_PATTERN_H
 #define SIMGRID_MC_COMM_PATTERN_H
 
-#include <cstddef>
-
 #include <vector>
 
+#include "smpi/smpi.h"
 #include "xbt/dynar.h"
-#include <simgrid_config.h>
-
-#include "src/simix/smx_private.h"
-#include "src/smpi/private.h"
-#include <smpi/smpi.h>
 
 #include "src/mc/mc_state.h"
 
index 4ad2251..b188bf7 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. */
 
+#include "xbt/config.h"
 #include "xbt/log.h"
-#include <xbt/config.h>
 #include <xbt/str.h>
 
 #include <mc/mc.h>
index 8187dd7..3e2d8e3 100644 (file)
@@ -1,18 +1,12 @@
-/* Copyright (c) 2008-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2008-2017. The SimGrid Team. All rights reserved.          */
 
 /* 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. */
 
-#if !defined(SIMGRID_MC_DWARF_HPP)
+#ifndef SIMGRID_MC_DWARF_HPP
 #define SIMGRID_MC_DWARF_HPP
 
-#include <memory>
-
-#include <string.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>
index 33f0d61..8713d54 100644 (file)
@@ -12,9 +12,9 @@
 
 #include <vector>
 
+#include "xbt/automaton.h"
 #include "xbt/dynar.h"
-#include <xbt/automaton.h>
-#include <xbt/swag.h>
+#include "xbt/swag.h"
 
 #include "mc_base.h"
 
index dc2e2d9..d7af9b1 100644 (file)
@@ -1,5 +1,4 @@
-/* Copyright (c) 2007-2015. The SimGrid Team.
- * All rights reserved.                                                     */
+/* Copyright (c) 2007-2015. The SimGrid Team. All rights reserved.          */
 
 /* 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. */
@@ -7,10 +6,7 @@
 #ifndef SIMGRID_MC_HASH_HPP
 #define SIMGRID_MC_HASH_HPP
 
-#include <cstdint>
-
 #include "xbt/base.h"
-
 #include "src/mc/mc_forward.hpp"
 
 namespace simgrid {
index 608be2b..c7d5b97 100644 (file)
@@ -6,15 +6,7 @@
 #ifndef SIMGRID_MC_MMU_H
 #define SIMGRID_MC_MMU_H
 
-#include <cstdint>
-#include <cstddef>
-
-#include "xbt/asserts.h"
-#include "xbt/base.h" // xbt_pagesize...
-#include "xbt/misc.h"
-
-#include <simgrid_config.h>
-
+#include "xbt/misc.h" // xbt_pagesize...
 
 namespace simgrid {
 namespace mc {
index f4538d0..0bdeb53 100644 (file)
@@ -6,22 +6,8 @@
 #ifndef SIMGRID_MC_PRIVATE_H
 #define SIMGRID_MC_PRIVATE_H
 
-#include "simgrid_config.h"
-
-#include <sys/types.h>
-
-#include <stdio.h>
-
-#include "xbt/base.h"
-#include <simgrid/msg.h>
-#include <xbt/automaton.h>
-#include <xbt/config.h>
-
 #include "mc/mc.h"
-#include "mc/datatypes.h"
-#include "src/mc/mc_base.h"
-
-#include "src/simix/smx_private.h"
+#include "xbt/automaton.h"
 
 #ifdef __cplusplus
 #include "src/mc/mc_forward.hpp"
index c1617fb..56a3410 100644 (file)
 #ifndef SIMGRID_MC_RECORD_H
 #define SIMGRID_MC_RECORD_H
 
-#include <string>
-#include <vector>
-
+#include "src/mc/Transition.hpp"
 #include "xbt/base.h"
 
-#include "src/mc/Transition.hpp"
+#include <vector>
 
 namespace simgrid {
 namespace mc {
index b635496..2672208 100644 (file)
@@ -6,10 +6,6 @@
 #ifndef SIMGRID_MC_REQUEST_H
 #define SIMGRID_MC_REQUEST_H
 
-#include <string>
-
-#include "xbt/base.h"
-
 #include "src/simix/smx_private.h"
 
 namespace simgrid {
index 22b0615..2c31b5d 100644 (file)
@@ -6,17 +6,8 @@
 #ifndef SIMGRID_MC_SAFETY_H
 #define SIMGRID_MC_SAFETY_H
 
-#include <stdint.h>
-
-#include <memory>
-
-#include <simgrid_config.h>
-
 #include "xbt/base.h"
 
-#include "src/mc/mc_forward.hpp"
-#include "src/mc/mc_state.h"
-
 namespace simgrid {
 namespace mc {
 
index 68e9fda..fb0c109 100644 (file)
@@ -6,18 +6,13 @@
 #ifndef SIMGRID_MC_SNAPSHOT_H
 #define SIMGRID_MC_SNAPSHOT_H
 
-#include <cstdint>
-#include <cstddef>
-
 #include <vector>
 #include <set>
 #include <string>
 #include <memory>
 
-#include <sys/types.h> // off_t
-
 #include "src/xbt/mmalloc/mmprivate.h"
-#include "xbt/asserts.h"
+//#include "xbt/asserts.h"
 #include "xbt/base.h"
 
 #include "src/mc/ModelChecker.hpp"