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:
parent
89b48fb767
commit
925097c9dd
2 changed files with 1 additions and 2 deletions
|
@ -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)
|
||||||
])
|
])
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in a new issue