Clean-up: lttng: only include lttng.h
[lttng-tools.git] / src / bin / lttng / commands / track-untrack.c
index d28f8a7e136b321989485976f9e007130655a36e..8a892ef666bf7a47d8b0e8c8d2606014c0d12cc1 100644 (file)
@@ -7,11 +7,6 @@
  *
  */
 
-#include "common/dynamic-buffer.h"
-#include "common/tracker.h"
-#include "lttng/domain.h"
-#include "lttng/lttng-error.h"
-#include "lttng/tracker.h"
 #define _LGPL_SOURCE
 #include <ctype.h>
 #include <popt.h>
 #include <common/dynamic-array.h>
 #include <common/mi-lttng.h>
 #include <common/optional.h>
+#include <common/dynamic-buffer.h>
+#include <common/tracker.h>
+
+#include <lttng/lttng.h>
 
 #include "../command.h"
 
This page took 0.023679 seconds and 4 git commands to generate.