Merge branch 'remove-ev'
This commit is contained in:
commit
7e313b0385
|
@ -21,7 +21,6 @@
|
||||||
#define _WITH_GETLINE
|
#define _WITH_GETLINE
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#include <ev.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
* to i3.
|
* to i3.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include <ev.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
|
@ -14,7 +14,6 @@
|
||||||
* Additionally, it’s even useful sometimes :-).
|
* Additionally, it’s even useful sometimes :-).
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include <ev.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
|
@ -8,7 +8,6 @@
|
||||||
* when the user has an error in his configuration file.
|
* when the user has an error in his configuration file.
|
||||||
*
|
*
|
||||||
*/
|
*/
|
||||||
#include <ev.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
#include <sys/wait.h>
|
#include <sys/wait.h>
|
||||||
|
|
Loading…
Reference in New Issue