mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 23:05:39 +00:00
headers: Change "../protobuf/" to "protobuf/"
No need to walk up the directories if we need to include protobuf file. This was always a bad use of ability to walk the filesystem from other headers. Same time we don't need -I$(SRC_DIR)/protobuf/ in general makefile anymore. [xemul: Small fixlet in head Makefile, since patch it out-of-order] Signed-off-by: Cyrill Gorcunov <gorcunov@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
ef4783a646
commit
fdfef4b485
@@ -9,7 +9,7 @@
|
||||
#include "asm/types.h"
|
||||
|
||||
#include "protobuf.h"
|
||||
#include "../protobuf/sk-opts.pb-c.h"
|
||||
#include "protobuf/sk-opts.pb-c.h"
|
||||
|
||||
struct fdinfo_list_entry;
|
||||
struct sk_opts_entry;
|
||||
|
Reference in New Issue
Block a user