]> Sergey Matveev's repositories - nnn.git/commitdiff
The queue header is not needed for now
authorlostd <lostd@2f30.org>
Thu, 23 Oct 2014 15:14:18 +0000 (18:14 +0300)
committerlostd <lostd@2f30.org>
Thu, 23 Oct 2014 15:14:18 +0000 (18:14 +0300)
Makefile

index 22130a54de0477dab7f7b96e17695a1c8c5fc6fe..bee31efa3621ce05fc83e6f5fd9054a3b4cddd13 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -13,7 +13,7 @@ all: $(BIN)
 $(BIN): $(OBJ)
        $(CC) $(CFLAGS) -o $@ $(OBJ) $(LDLIBS)
 
-noice.o: queue.h util.h config.h
+noice.o: util.h config.h
 strlcpy.o: util.h
 
 install: all