1
0
Fork 0
mirror of https://github.com/davatorium/rofi.git synced 2024-11-25 13:55:34 -05:00

Remove unused header.

This commit is contained in:
Qball Cow 2014-03-18 00:05:38 +01:00
parent 89b48fb767
commit 925097c9dd
2 changed files with 1 additions and 2 deletions

View file

@ -18,7 +18,7 @@ AC_CHECK_HEADERS([i3/ipc.h],
AS_IF([test "x$i3_header" != xno], AS_IF([test "x$i3_header" != xno],
[ [
AM_CONDITIONAL(I3, true) AM_CONDITIONAL(I3, true)
AC_DEFINE(I3, [], [Support for I3]) AC_DEFINE(I3, [1], [Support for I3])
], [ ], [
AM_CONDITIONAL(I3, false) AM_CONDITIONAL(I3, false)
]) ])

View file

@ -34,7 +34,6 @@
#include <stdarg.h> #include <stdarg.h>
#include <unistd.h> #include <unistd.h>
#include <ctype.h> #include <ctype.h>
#include <math.h>
#include <signal.h> #include <signal.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <fcntl.h> #include <fcntl.h>