Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless #ifdef __cplusplus from hpp files.
[simgrid.git] / src / mc / mc_private.hpp
index 64a1c9a..09d17dc 100644 (file)
@@ -9,12 +9,9 @@
 #include "mc/mc.h"
 #include "xbt/automaton.h"
 
 #include "mc/mc.h"
 #include "xbt/automaton.h"
 
-#ifdef __cplusplus
 #include "src/mc/mc_forward.hpp"
 #include "src/xbt/memory_map.hpp"
 #include "src/mc/mc_forward.hpp"
 #include "src/xbt/memory_map.hpp"
-#endif
 
 
-#ifdef __cplusplus
 namespace simgrid {
 namespace mc {
 
 namespace simgrid {
 namespace mc {
 
@@ -28,7 +25,6 @@ struct DerefAndCompareByActorsCountAndUsedHeap {
 
 }
 }
 
 }
 }
-#endif
 
 SG_BEGIN_DECL()
 
 
 SG_BEGIN_DECL()
 
@@ -49,8 +45,6 @@ XBT_PRIVATE void MC_show_deadlock(void);
 
 SG_END_DECL()
 
 
 SG_END_DECL()
 
-#ifdef __cplusplus
-
 namespace simgrid {
 namespace mc {
 
 namespace simgrid {
 namespace mc {
 
@@ -67,5 +61,3 @@ extern XBT_PRIVATE xbt_automaton_t property_automaton;
 }
 
 #endif
 }
 
 #endif
-
-#endif