Remove unnecessary inclusions of version.h
[lttng-tools.git] / src / bin / lttng / commands / version.c
index cf46a8cb0e32fe7f3e1b35ed1dffa43d41dd0a90..f0b63a452b56291c962ab32ebfe49d6a9f7cc4b9 100644 (file)
 #include <common/mi-lttng.h>
 
 #include "../command.h"
+#include "version.h"
+
+#ifdef LTTNG_EMBED_HELP
+static const char help_msg[] =
+#include <lttng-version.1.h>
+;
+#endif
 
 enum {
        OPT_HELP = 1,
This page took 0.025993 seconds and 4 git commands to generate.