From 2d46c45a431ede154d0908c0a92a2c74b579ec04 Mon Sep 17 00:00:00 2001
From: lostd <lostd@2f30.org>
Date: Thu, 23 Oct 2014 18:14:18 +0300
Subject: [PATCH] The queue header is not needed for now

---
 Makefile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile
index 22130a5..bee31ef 100644
--- 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