]> git.sur5r.net Git - i3/i3/commitdiff
remove superfluous ev.h include statements
authorOliver Kiddle <okiddle@yahoo.co.uk>
Thu, 20 Sep 2012 02:01:01 +0000 (04:01 +0200)
committerMichael Stapelberg <michael@stapelberg.de>
Thu, 20 Sep 2012 09:15:17 +0000 (11:15 +0200)
i3-config-wizard/main.c
i3-input/main.c
i3-msg/main.c
i3-nagbar/main.c

index 679c5e6db5206eefb951c7d115099cb7fbf86044..f033f9fa4fe6581ad9d7b622b93d50d8909946d6 100644 (file)
@@ -21,7 +21,6 @@
 #define _WITH_GETLINE
 #endif
 
-#include <ev.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <stdlib.h>
index b3e626e617c8f0e11f51dcbf863aedbcd507a680..b54c37d28ef26e26f9f24dfcc7d632f7517717fd 100644 (file)
@@ -8,7 +8,6 @@
  *                  to i3.
  *
  */
-#include <ev.h>
 #include <stdio.h>
 #include <sys/types.h>
 #include <stdlib.h>
index a04e6690e67fa4a177df81dd86cbab5dd87748a4..607c5269b2f52a406132cedbcd5dbf1eefd1cb30 100644 (file)
@@ -14,7 +14,6 @@
  * Additionally, it’s even useful sometimes :-).
  *
  */
-#include <ev.h>
 #include <stdio.h>
 #include <stdbool.h>
 #include <sys/types.h>
index 7aee191c5adf9b808c6653815207999d42ca9edc..a38d1839ed7b08cfd90ab3fb00c492aa4db805be 100644 (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>