summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQball Cow <qball@gmpclient.org>2014-03-18 00:05:38 +0100
committerQball Cow <qball@gmpclient.org>2014-03-18 00:05:38 +0100
commit925097c9dd1c9f99da9bdc375446670d55368137 (patch)
treef62248b821f3dbdfe864645efbddecd09ba73851
parent89b48fb767e5146867781441d8e7fa82ca383851 (diff)
Remove unused header.
-rw-r--r--configure.ac2
-rw-r--r--source/rofi.c1
2 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac
index 3fe964ed..c6314504 100644
--- a/configure.ac
+++ b/configure.ac
@@ -18,7 +18,7 @@ AC_CHECK_HEADERS([i3/ipc.h],
AS_IF([test "x$i3_header" != xno],
[
AM_CONDITIONAL(I3, true)
- AC_DEFINE(I3, [], [Support for I3])
+ AC_DEFINE(I3, [1], [Support for I3])
], [
AM_CONDITIONAL(I3, false)
])
diff --git a/source/rofi.c b/source/rofi.c
index ae3090d3..e0a1dec9 100644
--- a/source/rofi.c
+++ b/source/rofi.c
@@ -34,7 +34,6 @@
#include <stdarg.h>
#include <unistd.h>
#include <ctype.h>
-#include <math.h>
#include <signal.h>
#include <sys/wait.h>
#include <fcntl.h>