@@ -21,7 +21,7 @@
*
*/
-#include "../../mem/mem.h"
+#include "../mem/mem.h"
#include "parse_option_tags.h"
static inline void free_option_tag(struct option_tag_body **otb)
@@ -25,8 +25,8 @@
#define OPTION_TAGS_H
#include <strings.h>
-#include "../../parser/hf.h"
-#include "../../parser/keys.h"
+#include "hf.h"
+#include "keys.h"
#define F_OPTION_TAG_PATH (1 << 0)
#define F_OPTION_TAG_100REL (1 << 1)
@@ -26,7 +26,7 @@
* \ingroup parser
#include "parse_require.h"
/*!
@@ -30,9 +30,9 @@
#ifndef PARSE_REQUIRE_H
#define PARSE_REQUIRE_H
-#include "../../parser/msg_parser.h"
+#include "msg_parser.h"
+#include "parser/hf.h"
#define get_require(p_msg) \
#include "parse_supported.h"
@@ -35,8 +35,8 @@
#ifndef PARSE_SUPPORTED_H
#define PARSE_SUPPORTED_H
#define get_supported(p_msg) \