]> 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:27 +0000 (17:30 +0100)
src/mainx.c

index 1e174644f8e5b80bfa522f48edfca5ab0830e8f0..3ff8c02246958ac13e7999029fc8ec5cd0e0b199 100644 (file)
@@ -9,7 +9,6 @@
  *
  */
 #include <stdio.h>
-#include <assert.h>
 #include <stdlib.h>
 #include <string.h>
 #include <sys/types.h>