Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove useless #includes
authorGabriel Corona <gabriel.corona@loria.fr>
Wed, 13 Apr 2016 11:53:26 +0000 (13:53 +0200)
committerGabriel Corona <gabriel.corona@loria.fr>
Wed, 13 Apr 2016 11:57:52 +0000 (13:57 +0200)
src/mc/mc_client_api.cpp
src/xbt/xbt_str.c

index 8a0418f..d3fdc26 100644 (file)
@@ -6,7 +6,6 @@
 
 #include <xbt/log.h>
 #include <xbt/sysdep.h>
 
 #include <xbt/log.h>
 #include <xbt/sysdep.h>
-#include <xbt/automaton.h>
 #include <simgrid/modelchecker.h>
 
 #include "src/mc/mc_record.h"
 #include <simgrid/modelchecker.h>
 
 #include "src/mc/mc_record.h"
index 4f6ac2a..7cb36fe 100644 (file)
@@ -11,7 +11,6 @@
 #include "xbt/sysdep.h"
 #include "xbt/str.h"            /* headers of these functions */
 #include "xbt/strbuff.h"
 #include "xbt/sysdep.h"
 #include "xbt/str.h"            /* headers of these functions */
 #include "xbt/strbuff.h"
-#include "xbt/matrix.h"         /* for the diff */
 
 /**  @brief Strip whitespace (or other characters) from the end of a string.
  *
 
 /**  @brief Strip whitespace (or other characters) from the end of a string.
  *