rationnalize includes a lot:
[apps/madmutt.git] / lib / list.c
index c3c9952..0b852e0 100644 (file)
@@ -7,14 +7,9 @@
  * please see the file GPL in the top level source directory.
  */
 
-#include <stddef.h>
-#include <string.h>
-
 #include <lib-lib/lib-lib.h>
-
 #include "list.h"
 
-
 list2_t* list_new (void) {
   return p_new(list2_t, 1);
 }