Module: sip-router
Branch: janakj/kcore
Commit: dccf49124b598ccd5bd4507c170d25729c64eba3
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=dccf491…
Author: Jan Janak <jan(a)iptel.org>
Committer: Jan Janak <jan(a)iptel.org>
Date: Sun Mar 29 22:01:09 2009 +0200
Update header field paths, we moved the parser to libkcore
---
lib/kcore/parse_sst.c | 6 +++---
lib/kcore/parse_sst.h | 4 ++--
2 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/lib/kcore/parse_sst.c b/lib/kcore/parse_sst.c
index 821611e..1f4f5ea 100644
--- a/lib/kcore/parse_sst.c
+++ b/lib/kcore/parse_sst.c
@@ -32,9 +32,9 @@
#include "parse_sst.h"
-#include "../error.h"
-#include "../dprint.h"
-#include "../mem/mem.h"
+#include "../../error.h"
+#include "../../dprint.h"
+#include "../../mem/mem.h"
inline int/*bool*/ is_space( char c ) { return (c == ' ' || c == '\t');
}
diff --git a/lib/kcore/parse_sst.h b/lib/kcore/parse_sst.h
index caa6121..e4c2c62 100644
--- a/lib/kcore/parse_sst.h
+++ b/lib/kcore/parse_sst.h
@@ -34,8 +34,8 @@
#define PARSE_SST_H 1
-#include "msg_parser.h"
-#include "hf.h"
+#include "../../parser/msg_parser.h"
+#include "../../parser/hf.h"
/*!