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 <kir@openvz.org>
Reviewed-by: Cyrill Gorcunov <gorcunov@openvz.org>
Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com>
Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
This commit is contained in:
Kir Kolyshkin 2017-02-08 06:36:12 -08:00 committed by Andrei Vagin
parent c18aa3e7fb
commit 99e27b1dbc

View file

@ -6,7 +6,7 @@
#include <compel/asm/sigframe.h>
#include <compel/asm/infect-types.h>
#include <compel/ksigset.h>
#include <compel/compel.h>
#include <compel/handle-elf.h>
#include "common/compiler.h"