aboutsummaryrefslogtreecommitdiff
path: root/helper/test
diff options
context:
space:
mode:
authorPetri Savolainen <petri.savolainen@nokia.com>2019-08-16 17:43:48 +0300
committerPetri Savolainen <petri.savolainen@nokia.com>2019-08-20 14:33:59 +0300
commit0b9207d87fba558d0dd1dfcf192f4310d6bc9f93 (patch)
tree972a088dd90a27ef5220067081da92f391285311 /helper/test
parentca17284c6b3990d30c78900c9968d88feabe02fa (diff)
helper: debug: move odph_debug.h into helper API
Moved the debug header to be part of the helper API. Signed-off-by: Petri Savolainen <petri.savolainen@nokia.com> Reviewed-by: Matias Elo <matias.elo@nokia.com>
Diffstat (limited to 'helper/test')
-rw-r--r--helper/test/chksum.c1
-rw-r--r--helper/test/cuckootable.c1
-rw-r--r--helper/test/iplookuptable.c2
-rw-r--r--helper/test/linux/process.c2
-rw-r--r--helper/test/linux/pthread.c2
-rw-r--r--helper/test/odpthreads.c1
-rw-r--r--helper/test/parse.c2
-rw-r--r--helper/test/table.c3
-rw-r--r--helper/test/version.c2
9 files changed, 3 insertions, 13 deletions
diff --git a/helper/test/chksum.c b/helper/test/chksum.c
index 5c7c650e0..9fa4ec18a 100644
--- a/helper/test/chksum.c
+++ b/helper/test/chksum.c
@@ -6,7 +6,6 @@
#include "config.h"
-#include "odph_debug.h"
#include <odp_api.h>
#include <odp/helper/odph_api.h>
diff --git a/helper/test/cuckootable.c b/helper/test/cuckootable.c
index 3afa490a6..ee5f1d832 100644
--- a/helper/test/cuckootable.c
+++ b/helper/test/cuckootable.c
@@ -50,7 +50,6 @@
#include <time.h>
#include <odp_api.h>
-#include <odph_debug.h>
#include <odp/helper/odph_api.h>
/*******************************************************************************
diff --git a/helper/test/iplookuptable.c b/helper/test/iplookuptable.c
index 5e16e7110..6637242d8 100644
--- a/helper/test/iplookuptable.c
+++ b/helper/test/iplookuptable.c
@@ -13,9 +13,7 @@
#include <errno.h>
#include <odp_api.h>
-#include <odph_debug.h>
#include <odp/helper/odph_api.h>
-#include <odp/helper/ip.h>
static void print_prefix_info(
const char *msg, uint32_t ip, uint8_t cidr)
diff --git a/helper/test/linux/process.c b/helper/test/linux/process.c
index 92d779d9a..26c9649d6 100644
--- a/helper/test/linux/process.c
+++ b/helper/test/linux/process.c
@@ -6,8 +6,8 @@
#include "config.h"
-#include <odph_debug.h>
#include <odp_api.h>
+#include <odp/helper/odph_api.h>
#include <odp/helper/linux/pthread.h>
#include <odp/helper/linux/process.h>
diff --git a/helper/test/linux/pthread.c b/helper/test/linux/pthread.c
index 8441805d3..b0a578151 100644
--- a/helper/test/linux/pthread.c
+++ b/helper/test/linux/pthread.c
@@ -6,8 +6,8 @@
#include "config.h"
-#include <odph_debug.h>
#include <odp_api.h>
+#include <odp/helper/odph_api.h>
#include <odp/helper/linux/pthread.h>
#include <string.h>
diff --git a/helper/test/odpthreads.c b/helper/test/odpthreads.c
index 55db37e0d..dbff4294e 100644
--- a/helper/test/odpthreads.c
+++ b/helper/test/odpthreads.c
@@ -15,7 +15,6 @@
#include <unistd.h>
#include <stdlib.h>
-#include <odph_debug.h>
#include <odp_api.h>
#include <odp/helper/odph_api.h>
diff --git a/helper/test/parse.c b/helper/test/parse.c
index f2f12cc05..5f8c5846a 100644
--- a/helper/test/parse.c
+++ b/helper/test/parse.c
@@ -6,8 +6,6 @@
#include "config.h"
-#include <odph_debug.h>
-
#include <odp_api.h>
#include <odp/helper/odph_api.h>
diff --git a/helper/test/table.c b/helper/test/table.c
index 29d87cb24..2887bd599 100644
--- a/helper/test/table.c
+++ b/helper/test/table.c
@@ -6,9 +6,8 @@
#include "config.h"
-#include <odph_debug.h>
-#include <odp/helper/odph_api.h>
#include <odp_api.h>
+#include <odp/helper/odph_api.h>
/**
* Address Resolution Protocol (ARP)
diff --git a/helper/test/version.c b/helper/test/version.c
index bd817bb47..22ee2955d 100644
--- a/helper/test/version.c
+++ b/helper/test/version.c
@@ -6,8 +6,6 @@
#include "config.h"
-#include <odph_debug.h>
-
#include <odp_api.h>
#include <odp/helper/odph_api.h>