From: Axel Wagner Date: Thu, 21 Oct 2010 22:30:09 +0000 (+0200) Subject: Remove unnecessary dependencies X-Git-Tag: 4.0.1~7^2~52 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=cddda0c965e008670037b45de22828dc7ee0bcb9;p=i3%2Fi3 Remove unnecessary dependencies --- diff --git a/i3bar/common.mk b/i3bar/common.mk index 1df1f6fb..3d44b028 100644 --- a/i3bar/common.mk +++ b/i3bar/common.mk @@ -14,7 +14,6 @@ CFLAGS += -DI3BAR_VERSION=\"${GIT_VERSION}\" LDFLAGS += -lev LDFLAGS += -lyajl LDFLAGS += -lxcb -LDFLAGS += -lxcb-atom LDFLAGS += -lX11 LDFLAGS += -L/usr/local/lib diff --git a/i3bar/src/xcb.c b/i3bar/src/xcb.c index e1669061..9ae3873f 100644 --- a/i3bar/src/xcb.c +++ b/i3bar/src/xcb.c @@ -10,7 +10,6 @@ */ #include #include -#include #include #include #include