-fix
[oweals/gnunet.git] / src / util / test_container_multihashmap.c
index 6b079a1094f4316328a914d3ce64ddf259de972b..a66ae6d821740ff81ec5c8ce7b3a853ffddb6d7e 100644 (file)
@@ -25,8 +25,7 @@
  */
 
 #include "platform.h"
-#include "gnunet_common.h"
-#include "gnunet_container_lib.h"
+#include "gnunet_util_lib.h"
 
 #define ABORT() { fprintf(stderr, "Error at %s:%d\n", __FILE__, __LINE__); if (m != NULL) GNUNET_CONTAINER_multihashmap_destroy(m); return 1; }
 #define CHECK(c) { if (! (c)) ABORT(); }