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)
committerSimon Marchi <simon.marchi@efficios.com>
Wed, 18 Sep 2019 15:59:26 +0000 (11:59 -0400)
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

index bd953c3a932ada0be95adb6d7494634c240ee840..f49bb695205c24c528a2857df847e747f3c03f2c 100644 (file)
@@ -34,7 +34,6 @@
 #include "babeltrace2-cfg.h"
 #include "babeltrace2-cfg-cli-args.h"
 #include "babeltrace2-cfg-cli-args-connect.h"
-#include "common/version.h"
 
 /* INI-style parsing FSM states */
 enum ini_parsing_fsm_state {
This page took 0.025389 seconds and 4 git commands to generate.