Move the clock plugin implementation to liblttng-ust-common
[lttng-ust.git] / src / lib / lttng-ust / getcpu.c
index 483f81313977dd0e6867458cc20ec3db93fe4e86..149491cef2c666bbb567e225d58e0120d7774df0 100644 (file)
@@ -5,14 +5,13 @@
  */
 
 #define _LGPL_SOURCE
-#include <error.h>
 #include <dlfcn.h>
 #include <stdlib.h>
 #include "common/logging.h"
 #include <urcu/system.h>
 #include <urcu/arch.h>
 
-#include "getenv.h"
+#include "common/getenv.h"
 #include "lib/lttng-ust/getcpu.h"
 
 /* Function pointer to the current getcpu callback. */
This page took 0.022955 seconds and 4 git commands to generate.