From 14ec7e8774bab3e31f173438c8e8fc655ee5ee14 Mon Sep 17 00:00:00 2001 From: Jonathan Rajotte Date: Sat, 18 Apr 2020 00:10:41 -0400 Subject: [PATCH] Clean-up: sort includes per clang format in action.c MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jonathan Rajotte Change-Id: I1dd53d6c7a6e561d4537ba483f38e1ac2ace391e Signed-off-by: Jérémie Galarneau --- src/common/actions/action.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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) { -- 2.34.1