[SR-Dev] git:janakj/kcore: Update header paths

Jan Janak jan at iptel.org
Wed Mar 11 01:14:29 CET 2009


Module: sip-router
Branch: janakj/kcore
Commit: 4b1aea46124a4d6b465db254504d1f2c26d018bb
URL:    http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4b1aea46124a4d6b465db254504d1f2c26d018bb

Author: Jan Janak <jan at iptel.org>
Committer: Jan Janak <jan at iptel.org>
Date:   Wed Mar 11 00:29:59 2009 +0100

Update header paths

---

 lib/kcore/statistics.c |   10 +++++-----
 lib/kcore/statistics.h |    2 +-
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/lib/kcore/statistics.c b/lib/kcore/statistics.c
index 07fcc5e..892973f 100644
--- a/lib/kcore/statistics.c
+++ b/lib/kcore/statistics.c
@@ -35,11 +35,11 @@
 
 #include <string.h>
 
-#include "mem/shm_mem.h"
-#include "mi/mi.h"
-#include "ut.h"
-#include "dprint.h"
-#include "locking.h"
+#include "../../mem/shm_mem.h"
+#include "../kmi/mi.h"
+#include "../../ut.h"
+#include "../../dprint.h"
+#include "../../locking.h"
 #include "core_stats.h"
 #include "statistics.h"
 
diff --git a/lib/kcore/statistics.h b/lib/kcore/statistics.h
index 66dd38f..987938d 100644
--- a/lib/kcore/statistics.h
+++ b/lib/kcore/statistics.h
@@ -36,7 +36,7 @@
 #define _STATISTICS_H_
 
 #include "hash_func.h"
-#include "atomic.h"
+#include "../../atomic_ops.h"
 
 #define STATS_HASH_POWER   8
 #define STATS_HASH_SIZE    (1<<(STATS_HASH_POWER))




More information about the sr-dev mailing list