summaryrefslogtreecommitdiff
path: root/cesar/cp/cl_interf
diff options
context:
space:
mode:
authorlaranjeiro2009-02-09 13:36:40 +0000
committerlaranjeiro2009-02-09 13:36:40 +0000
commit384f123ae09ed70b0a13a0de186a48ca7abc74ad (patch)
tree75c8eca602f680563e99414b7ee32120604cb1d4 /cesar/cp/cl_interf
parent47ea12630885495a666e809d3583f2d2f6420c71 (diff)
cesar: Removed the use of the read_word library except in the SAR module. (Closes #278).
git-svn-id: svn+ssh://pessac/svn/cesar/trunk@3946 017c9cb6-072f-447c-8318-d5b54f68fe89
Diffstat (limited to 'cesar/cp/cl_interf')
-rw-r--r--cesar/cp/cl_interf/src/cl_interf.c1
-rw-r--r--cesar/cp/cl_interf/test/src/test-cl-interf.c1
2 files changed, 0 insertions, 2 deletions
diff --git a/cesar/cp/cl_interf/src/cl_interf.c b/cesar/cp/cl_interf/src/cl_interf.c
index 98ddd5e9dc..f3e46fcd2f 100644
--- a/cesar/cp/cl_interf/src/cl_interf.c
+++ b/cesar/cp/cl_interf/src/cl_interf.c
@@ -14,7 +14,6 @@
#include "common/std.h"
#include "common/defs/ethernet.h"
-#include "lib/read_word.h"
#include "lib/blk.h"
#include "cp/cp.h"
diff --git a/cesar/cp/cl_interf/test/src/test-cl-interf.c b/cesar/cp/cl_interf/test/src/test-cl-interf.c
index a0f7d34564..f7a2b06a00 100644
--- a/cesar/cp/cl_interf/test/src/test-cl-interf.c
+++ b/cesar/cp/cl_interf/test/src/test-cl-interf.c
@@ -20,7 +20,6 @@
#include "lib/test.h"
#include "lib/swap.h"
-#include "lib/read_word.h"
#include "mac/common/store.h"