diff --git a/src/event.c b/src/event.c index 5087286..05953f6 100644 --- a/src/event.c +++ b/src/event.c @@ -8,7 +8,6 @@ * the Free Software Foundation, either version 3 of the License, or * (at your option) any later version. */ -#include #include #include "event.h" diff --git a/src/log.c b/src/log.c index f1452a2..921cc28 100644 --- a/src/log.c +++ b/src/log.c @@ -11,9 +11,6 @@ #include #include #include -#include -#include -#include #include "strbuf.h" #include "log.h" diff --git a/src/rbtree.c b/src/rbtree.c index bd91656..0ccf64c 100644 --- a/src/rbtree.c +++ b/src/rbtree.c @@ -11,7 +11,6 @@ * http://www.eternallyconfuzzled.com/tuts/datastructures/jsw_tut_rbtree.aspx */ #include -#include #ifdef __DEBUG__ #include #include