Rename config.h to session-config.h
[lttng-tools.git] / src / bin / lttng / commands / load.c
index 708ef0b4d8e6c5c035b8fa6a66ddd1e966c73440..cb3eb75aa8439c6813d1c5765555b37038c8773b 100644 (file)
@@ -15,7 +15,6 @@
  * 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
  */
 
-#define _GNU_SOURCE
 #define _LGPL_SOURCE
 #include <inttypes.h>
 #include <popt.h>
@@ -25,7 +24,7 @@
 #include <assert.h>
 
 #include <common/mi-lttng.h>
-#include <common/config/config.h>
+#include <common/config/session-config.h>
 
 #include "../command.h"
 
This page took 0.02289 seconds and 4 git commands to generate.