cli: don't include version.h in babeltrace2-cfg-cli-params-arg.c
authorSimon Marchi <simon.marchi@efficios.com>
Wed, 18 Sep 2019 13:51:12 +0000 (09:51 -0400)
committerJérémie Galarneau <jeremie.galarneau@efficios.com>
Thu, 3 Oct 2019 14:45:10 +0000 (10:45 -0400)
commit92040a46e40f18acfb6e6b8091eeee8518bd9c91
treea1c6808b87b1b097fa4ce23a1a1eb2881da477c2
parent3db06b1d4161f155f61536852c85d246cb54fb1c
cli: don't include version.h in babeltrace2-cfg-cli-params-arg.c

The only thing provided by version.h is the GIT_VERSION macro, which
this file doesn't use.  Because it includes that header file, it is
unnecessarily rebuilt after we do or amend a git commit.

Change-Id: Ic7526f09f62896d5dfc299f15205fe9982060c4d
Signed-off-by: Simon Marchi <simon.marchi@efficios.com>
Reviewed-on: https://review.lttng.org/c/babeltrace/+/2065
Tested-by: jenkins <jenkins@lttng.org>
Reviewed-by: Francis Deslauriers <francis.deslauriers@efficios.com>
src/cli/babeltrace2-cfg-cli-params-arg.c
This page took 0.026638 seconds and 4 git commands to generate.