Merge branch 'remove-ev'

This commit is contained in:
Michael Stapelberg 2012-09-20 11:20:00 +02:00
commit 7e313b0385
4 changed files with 0 additions and 4 deletions

View File

@ -21,7 +21,6 @@
#define _WITH_GETLINE
#endif
#include <ev.h>
#include <stdio.h>
#include <sys/types.h>
#include <stdlib.h>

View File

@ -8,7 +8,6 @@
* to i3.
*
*/
#include <ev.h>
#include <stdio.h>
#include <sys/types.h>
#include <stdlib.h>

View File

@ -14,7 +14,6 @@
* Additionally, its even useful sometimes :-).
*
*/
#include <ev.h>
#include <stdio.h>
#include <stdbool.h>
#include <sys/types.h>

View File

@ -8,7 +8,6 @@
* when the user has an error in his configuration file.
*
*/
#include <ev.h>
#include <stdio.h>
#include <sys/types.h>
#include <sys/wait.h>