From 99e27b1dbc6ca23491df52ad44dfd010d3a6790d Mon Sep 17 00:00:00 2001 From: Kir Kolyshkin Date: Wed, 8 Feb 2017 06:36:12 -0800 Subject: [PATCH] compel/include/uapi/infect.h: no circular inclusion infect.h includes compel.h, and compel.h includes infect.h. Surely, due to include guards it will be sorted out, but we'd rather just include what we need. travis-ci: success for compel uapi cleanups Signed-off-by: Kir Kolyshkin Reviewed-by: Cyrill Gorcunov Signed-off-by: Pavel Emelyanov Signed-off-by: Andrei Vagin --- compel/include/uapi/infect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compel/include/uapi/infect.h b/compel/include/uapi/infect.h index 9f08f3461..5c475555a 100644 --- a/compel/include/uapi/infect.h +++ b/compel/include/uapi/infect.h @@ -6,7 +6,7 @@ #include #include #include -#include +#include #include "common/compiler.h"