From: Simon Marchi Date: Wed, 18 Sep 2019 13:51:12 +0000 (-0400) Subject: cli: don't include version.h in babeltrace2-cfg-cli-params-arg.c X-Git-Url: http://git.efficios.com/?a=commitdiff_plain;h=a1a22a55ca5aed7228803ca87896bf7741090380;hp=a1a22a55ca5aed7228803ca87896bf7741090380;p=babeltrace.git 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 Reviewed-on: https://review.lttng.org/c/babeltrace/+/2065 Tested-by: jenkins Reviewed-by: Francis Deslauriers ---