Removed parser.h dependency

This commit is contained in:
n07070 2020-05-06 14:37:31 +02:00
parent 167542736a
commit a7cd0ac0c2
3 changed files with 0 additions and 6 deletions

View File

@ -5,7 +5,6 @@
#include <stdint.h>
#include "tlv.h"
#include "parser.h"
#include "node.h"
// Hash a single data

View File

@ -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

View File

@ -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);