mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-26 20:07:28 +00:00
The same as prev patch -- clean up the compel.h Signed-off-by: Pavel Emelyanov <xemul@virtuozzo.com> Signed-off-by: Andrei Vagin <avagin@virtuozzo.com>
15 lines
301 B
C
15 lines
301 B
C
#ifndef UAPI_COMPEL_H__
|
|
#define UAPI_COMPEL_H__
|
|
|
|
#include <errno.h>
|
|
#include <stdarg.h>
|
|
|
|
#include <compel/asm/infect-types.h>
|
|
#include <compel/handle-elf.h>
|
|
#include <compel/log.h>
|
|
#include <compel/infect-util.h>
|
|
#include <compel/infect-rpc.h>
|
|
#include <compel/infect.h>
|
|
|
|
#endif /* UAPI_COMPEL_H__ */
|