summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-06-16 09:58:08 +0200
committerTobias Klauser <tklauser@distanz.ch>2014-06-16 09:58:08 +0200
commit91149e038fd865e8f977d32fff4de5bfb04f9f6d (patch)
tree7bbadf9c64577de6926bc0c675ba6803c28df0a0
parent5b854e5e13d3b44f68c1069a6bb5808f77fca134 (diff)
proto: Remove unnecessary include of hash.h
Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
-rw-r--r--proto.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/proto.h b/proto.h
index 623caf6..7a4b23a 100644
--- a/proto.h
+++ b/proto.h
@@ -11,7 +11,6 @@
#include <ctype.h>
#include <stdint.h>
-#include "hash.h"
#include "tprintf.h"
struct pkt_buff;