Index: uspace/app/trace/ipcp.c
===================================================================
--- uspace/app/trace/ipcp.c	(revision 3bf907ab10516755767898b1ff0d5485f3c73729)
+++ uspace/app/trace/ipcp.c	(revision bac82eebae5b85ba4fd0a1442b085cfb504958ee)
@@ -35,5 +35,5 @@
 #include <stdio.h>
 #include <stdlib.h>
-#include <libadt/hash_table.h>
+#include <adt/hash_table.h>
 
 #include "ipc_desc.h"
Index: uspace/app/trace/proto.c
===================================================================
--- uspace/app/trace/proto.c	(revision 3bf907ab10516755767898b1ff0d5485f3c73729)
+++ uspace/app/trace/proto.c	(revision bac82eebae5b85ba4fd0a1442b085cfb504958ee)
@@ -36,5 +36,5 @@
 #include <stdlib.h>
 #include <ipc/ipc.h>
-#include <libadt/hash_table.h>
+#include <adt/hash_table.h>
 
 #include "trace.h"
Index: uspace/app/trace/proto.h
===================================================================
--- uspace/app/trace/proto.h	(revision 3bf907ab10516755767898b1ff0d5485f3c73729)
+++ uspace/app/trace/proto.h	(revision bac82eebae5b85ba4fd0a1442b085cfb504958ee)
@@ -36,5 +36,5 @@
 #define PROTO_H_
 
-#include <libadt/hash_table.h>
+#include <adt/hash_table.h>
 #include <ipc/ipc.h>
 #include "trace.h"
