From: Jonathan Rajotte Date: Sat, 18 Apr 2020 04:10:41 +0000 (-0400) Subject: Clean-up: sort includes per clang format in action.c X-Git-Tag: v2.13.0-rc1~628 X-Git-Url: https://git.lttng.org/?p=lttng-tools.git;a=commitdiff_plain;h=14ec7e8774bab3e31f173438c8e8fc655ee5ee14;ds=sidebyside Clean-up: sort includes per clang format in action.c Signed-off-by: Jonathan Rajotte Change-Id: I1dd53d6c7a6e561d4537ba483f38e1ac2ace391e Signed-off-by: Jérémie Galarneau --- diff --git a/src/common/actions/action.c b/src/common/actions/action.c index 4cad01b74..f15163818 100644 --- a/src/common/actions/action.c +++ b/src/common/actions/action.c @@ -5,10 +5,10 @@ * */ +#include +#include #include #include -#include -#include static const char *lttng_action_type_string(enum lttng_action_type action_type) {