Sfoglia il codice sorgente

parser: updated path for some of the includes in files moved from lib/kcore

Peter Dunkley 12 anni fa
parent
commit
98c0aa3930

+ 1 - 1
parser/parse_option_tags.c

@@ -21,7 +21,7 @@
  *
  *
  */
  */
 
 
-#include "../../mem/mem.h"
+#include "../mem/mem.h"
 #include "parse_option_tags.h"
 #include "parse_option_tags.h"
 
 
 static inline void free_option_tag(struct option_tag_body **otb)
 static inline void free_option_tag(struct option_tag_body **otb)

+ 2 - 2
parser/parse_option_tags.h

@@ -25,8 +25,8 @@
 #define OPTION_TAGS_H
 #define OPTION_TAGS_H
 
 
 #include <strings.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_PATH	(1 << 0)
 #define F_OPTION_TAG_100REL	(1 << 1)
 #define F_OPTION_TAG_100REL	(1 << 1)

+ 1 - 1
parser/parse_require.c

@@ -26,7 +26,7 @@
  * \ingroup parser
  * \ingroup parser
  */
  */
 
 
-#include "../../mem/mem.h"
+#include "../mem/mem.h"
 #include "parse_require.h"
 #include "parse_require.h"
 
 
 /*!
 /*!

+ 3 - 3
parser/parse_require.h

@@ -30,9 +30,9 @@
 #ifndef PARSE_REQUIRE_H
 #ifndef PARSE_REQUIRE_H
 #define PARSE_REQUIRE_H
 #define PARSE_REQUIRE_H
 
 
-#include "../../parser/msg_parser.h"
-#include "../../parser/hf.h"
-#include "../../mem/mem.h"
+#include "msg_parser.h"
+#include "parser/hf.h"
+#include "../mem/mem.h"
 #include "parse_option_tags.h"
 #include "parse_option_tags.h"
 
 
 #define get_require(p_msg) \
 #define get_require(p_msg) \

+ 1 - 1
parser/parse_supported.c

@@ -26,7 +26,7 @@
  * \ingroup parser
  * \ingroup parser
  */
  */
 
 
-#include "../../mem/mem.h"
+#include "../mem/mem.h"
 #include "parse_supported.h"
 #include "parse_supported.h"
 
 
 /*!
 /*!

+ 2 - 2
parser/parse_supported.h

@@ -35,8 +35,8 @@
 #ifndef PARSE_SUPPORTED_H
 #ifndef PARSE_SUPPORTED_H
 #define PARSE_SUPPORTED_H
 #define PARSE_SUPPORTED_H
 
 
-#include "../../parser/msg_parser.h"
-#include "../../mem/mem.h"
+#include "msg_parser.h"
+#include "../mem/mem.h"
 #include "parse_option_tags.h"
 #include "parse_option_tags.h"
 
 
 #define get_supported(p_msg) \
 #define get_supported(p_msg) \