Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
reduce the amount of includes to speed up recompilations
[simgrid.git] / include / xbt / hash.h
index d66ec43..7bcea4f 100644 (file)
@@ -8,7 +8,8 @@
 
 #ifndef XBT_HASH_H
 #define XBT_HASH_H
-#include "xbt/str.h"
+
+#include "xbt/misc.h"
 
 SG_BEGIN_DECL()