Archived
1
0
Fork 0

Removed unneeded includes.

This commit is contained in:
Henrik Hautakoski 2011-01-13 14:53:04 +01:00
parent e7ebbd30ec
commit ff1d4862a1
3 changed files with 0 additions and 5 deletions

View file

@ -8,7 +8,6 @@
* the Free Software Foundation, either version 3 of the License, or * the Free Software Foundation, either version 3 of the License, or
* (at your option) any later version. * (at your option) any later version.
*/ */
#include <stdio.h>
#include <string.h> #include <string.h>
#include "event.h" #include "event.h"

View file

@ -11,9 +11,6 @@
#include <string.h> #include <string.h>
#include <time.h> #include <time.h>
#include <errno.h> #include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include "strbuf.h" #include "strbuf.h"
#include "log.h" #include "log.h"

View file

@ -11,7 +11,6 @@
* http://www.eternallyconfuzzled.com/tuts/datastructures/jsw_tut_rbtree.aspx * http://www.eternallyconfuzzled.com/tuts/datastructures/jsw_tut_rbtree.aspx
*/ */
#include <stdlib.h> #include <stdlib.h>
#include <string.h>
#ifdef __DEBUG__ #ifdef __DEBUG__
#include <assert.h> #include <assert.h>
#include <stdio.h> #include <stdio.h>