]> git.sur5r.net Git - i3/i3/commitdiff
Remove superfluous #include <assert.h> (Thanks badboy)
authorMichael Stapelberg <michael@stapelberg.de>
Fri, 1 Jan 2010 16:30:27 +0000 (17:30 +0100)
committerMichael Stapelberg <michael@stapelberg.de>
Fri, 1 Jan 2010 16:30:44 +0000 (17:30 +0100)
src/mainx.c

index 322e51e28a0f9eb185f2cac1cf62465ecdc49e70..d847d6f7a9f9c7d4c035797eba26dabd0783be46 100644 (file)
@@ -9,7 +9,6 @@
  *
  */
 #include <stdio.h>
-#include <assert.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>