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