aboutsummaryrefslogtreecommitdiff
path: root/helper/hashtable.c
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/hashtable.c
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/hashtable.c')
-rw-r--r--helper/hashtable.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/helper/hashtable.c b/helper/hashtable.c
index 16f6c14cc..496bca5e6 100644
--- a/helper/hashtable.c
+++ b/helper/hashtable.c
@@ -10,9 +10,9 @@
#include <string.h>
#include <malloc.h>
-#include "odp/helper/odph_hashtable.h"
+#include <odp/helper/odph_hashtable.h>
+#include <odp/helper/odph_debug.h>
#include "odph_list_internal.h"
-#include "odph_debug.h"
#include <odp_api.h>
#define ODPH_SUCCESS 0