2
0
mirror of https://github.com/checkpoint-restore/criu synced 2025-08-30 05:48:05 +00:00

compel: plugins,std -- Use proper quotes in exported header

In UAPI there should be no -iquote-d headers.

Signed-off-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:
Cyrill Gorcunov 2016-11-11 21:51:00 +03:00 committed by Andrei Vagin
parent 48be6e55d4
commit 7b6c60b0ee

View File

@ -1,7 +1,7 @@
#ifndef COMPEL_PLUGIN_STD_STD_H__
#define COMPEL_PLUGIN_STD_STD_H__
#include "uapi/plugins.h"
#include "uapi/std/syscall.h"
#include <compel/plugins.h>
#include <compel/plugins/std/syscall.h>
#endif /* COMPEL_PLUGIN_STD_STD_H__ */