diff --git a/src/hash.h b/src/hash.h index 5258a7e..d2c940d 100644 --- a/src/hash.h +++ b/src/hash.h @@ -5,7 +5,6 @@ #include #include "tlv.h" -#include "parser.h" #include "node.h" // Hash a single data diff --git a/src/node.h b/src/node.h index 3dfe7db..a961637 100644 --- a/src/node.h +++ b/src/node.h @@ -55,7 +55,6 @@ typedef struct list { #include "tlv.h" #include "hash.h" -#include "parser.h" #include "debug.h" // On which port do we listen to diff --git a/src/tlv.h b/src/tlv.h index d976faf..d858dcc 100644 --- a/src/tlv.h +++ b/src/tlv.h @@ -110,10 +110,6 @@ typedef union tlv { #include "node.h" #include "hash.h" -#include "parser.h" - -// build tlv from token -int build_tlv(tlv *tlv, struct cmd_token token); // build specific tlv int build_pad1(tlv *tlv);