Commit c6fab95e authored by Pavel Emelyanov's avatar Pavel Emelyanov

hdrs: Don't include protobuf headers into crtools.h

Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 0ef21283
...@@ -7,8 +7,6 @@ ...@@ -7,8 +7,6 @@
#include "asm/types.h" #include "asm/types.h"
#include "servicefd.h" #include "servicefd.h"
#include "protobuf/vma.pb-c.h"
#define CR_FD_PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH) #define CR_FD_PERM (S_IRUSR | S_IWUSR | S_IRGRP | S_IWGRP | S_IROTH)
struct script { struct script {
......
...@@ -2,6 +2,7 @@ ...@@ -2,6 +2,7 @@
#define __CR_VMA_H__ #define __CR_VMA_H__
#include "list.h" #include "list.h"
#include "protobuf/vma.pb-c.h"
struct vm_area_list { struct vm_area_list {
struct list_head h; struct list_head h;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment