Rename lttngerr.h to error.h
[lttng-tools.git] / src / lib / lttng-ctl / lttng-ctl.c
index 2125c600ac3ba0244e949e6251f2a9c0a48899f8..9fbc7358c0e4b583b231603e08a7b8a1ee3aa3e2 100644 (file)
@@ -28,9 +28,9 @@
 #include <string.h>
 #include <unistd.h>
 
+#include <common/common.h>
+#include <common/defaults.h>
 #include <common/sessiond-comm/sessiond-comm.h>
-#include <common/lttng-share.h>
-#include <common/lttngerr.h>
 #include <lttng/lttng.h>
 
 /* Socket to session daemon for communication */
This page took 0.024257 seconds and 4 git commands to generate.