From cddda0c965e008670037b45de22828dc7ee0bcb9 Mon Sep 17 00:00:00 2001 From: Axel Wagner Date: Fri, 22 Oct 2010 00:30:09 +0200 Subject: [PATCH] Remove unnecessary dependencies --- i3bar/common.mk | 1 - i3bar/src/xcb.c | 1 - 2 files changed, 2 deletions(-) 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 -- 2.39.5