Move hash table to common/ directory
[lttng-tools.git] / lttng-sessiond / ust-app.c
index 09989ff49ea7af21f1cb116d62923e193043e2cb..12e9572455d8385b3cc406fce5be8bef67a4357e 100644 (file)
 #include <sys/stat.h>
 #include <sys/types.h>
 #include <unistd.h>
+#include <runas.h>
 
 #include <urcu/compiler.h>
 #include <lttngerr.h>
 #include <lttng-share.h>
+#include <runas.h>
 
-#include "hashtable.h"
+#include "../common/hashtable.h"
 #include "ust-app.h"
 #include "ust-consumer.h"
 #include "ust-ctl.h"
-#include "utils.h"
 
 /*
  * Delete ust context safely. RCU read lock must be held before calling
This page took 0.023318 seconds and 4 git commands to generate.