mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 22:35:33 +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
@@ -7,9 +7,9 @@
|
||||
#include "list.h"
|
||||
#include "image.h"
|
||||
|
||||
#include "../protobuf/fdinfo.pb-c.h"
|
||||
#include "../protobuf/fown.pb-c.h"
|
||||
#include "../protobuf/vma.pb-c.h"
|
||||
#include "protobuf/fdinfo.pb-c.h"
|
||||
#include "protobuf/fown.pb-c.h"
|
||||
#include "protobuf/vma.pb-c.h"
|
||||
|
||||
struct pstree_item;
|
||||
struct file_desc;
|
||||
|
Reference in New Issue
Block a user