mirror of
https://github.com/checkpoint-restore/criu
synced 2025-09-01 06:45:35 +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
@@ -16,7 +16,7 @@
|
||||
#include "asm/types.h"
|
||||
#include "log.h"
|
||||
|
||||
#include "../protobuf/vma.pb-c.h"
|
||||
#include "protobuf/vma.pb-c.h"
|
||||
|
||||
#define PREF_SHIFT_OP(pref, op, size) ((size) op (pref ##BYTES_SHIFT))
|
||||
#define KBYTES_SHIFT 10
|
||||
|
Reference in New Issue
Block a user