X-Git-Url: http://git.madism.org/?a=blobdiff_plain;f=lib%2Flist.c;h=0b852e07b63265198a44a53694b4e2edf6d47eca;hb=250e22d7ca2420a08b34711713839780fd042ba9;hp=c3c9952eeefc80459f1237a4aab034d0fbd437d6;hpb=230399f9632c37b66c1c117a17e8327eae6b3235;p=apps%2Fmadmutt.git diff --git a/lib/list.c b/lib/list.c index c3c9952..0b852e0 100644 --- a/lib/list.c +++ b/lib/list.c @@ -7,14 +7,9 @@ * please see the file GPL in the top level source directory. */ -#include -#include - #include - #include "list.h" - list2_t* list_new (void) { return p_new(list2_t, 1); }