Move libconsumer under common/consumer/
[lttng-tools.git] / src / bin / lttng-sessiond / ust-consumer.c
index 7317b64eff8f1cff92a79af54ebb1f8440c738d9..3bb54f03983178f035fdcb345f8e1d7670557847 100644 (file)
@@ -15,7 +15,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
 #define _LGPL_SOURCE
 #include <errno.h>
 #include <stdio.h>
@@ -25,7 +24,7 @@
 #include <inttypes.h>
 
 #include <common/common.h>
-#include <common/consumer.h>
+#include <common/consumer/consumer.h>
 #include <common/defaults.h>
 
 #include "consumer.h"
This page took 0.025046 seconds and 5 git commands to generate.