aboutsummaryrefslogtreecommitdiffstats
path: root/src/libhydra/attributes
diff options
context:
space:
mode:
Diffstat (limited to 'src/libhydra/attributes')
-rw-r--r--src/libhydra/attributes/attribute_manager.c2
-rw-r--r--src/libhydra/attributes/mem_pool.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/libhydra/attributes/attribute_manager.c b/src/libhydra/attributes/attribute_manager.c
index dd3963b7f..5fda8b426 100644
--- a/src/libhydra/attributes/attribute_manager.c
+++ b/src/libhydra/attributes/attribute_manager.c
@@ -15,7 +15,7 @@
#include "attribute_manager.h"
-#include <debug.h>
+#include <utils/debug.h>
#include <collections/linked_list.h>
#include <threading/rwlock.h>
diff --git a/src/libhydra/attributes/mem_pool.c b/src/libhydra/attributes/mem_pool.c
index 1c5ea53de..af53e10de 100644
--- a/src/libhydra/attributes/mem_pool.c
+++ b/src/libhydra/attributes/mem_pool.c
@@ -16,7 +16,7 @@
#include "mem_pool.h"
-#include <debug.h>
+#include <utils/debug.h>
#include <collections/hashtable.h>
#include <collections/linked_list.h>
#include <threading/mutex.h>