Remove unnecessary dependencies

next
Axel Wagner 2010-10-22 00:30:09 +02:00
parent 27fa078159
commit cddda0c965
2 changed files with 0 additions and 2 deletions

View File

@ -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

View File

@ -10,7 +10,6 @@
*/
#include <xcb/xcb.h>
#include <xcb/xproto.h>
#include <xcb/xcb_event.h>
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>