Commit 7449224c authored by Pavel Emelyanov's avatar Pavel Emelyanov

image.h: Remove its inclusion from wherever possible

Signed-off-by: 's avatarPavel Emelyanov <xemul@virtuozzo.com>
parent 27477e33
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include "asm/cpu.h" #include "asm/cpu.h"
#include "cr_options.h" #include "cr_options.h"
#include "proc_parse.h" #include "image.h"
#include "util.h" #include "util.h"
#include "log.h" #include "log.h"
#include "cpu.h" #include "cpu.h"
......
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
#include "compiler.h" #include "compiler.h"
#include "cr_options.h" #include "cr_options.h"
#include "proc_parse.h" #include "image.h"
#include "util.h" #include "util.h"
#include "log.h" #include "log.h"
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
#include "asm/types.h" #include "asm/types.h"
#include "files.h" #include "files.h"
#include "image.h"
#include "images/regfile.pb-c.h" #include "images/regfile.pb-c.h"
#include "images/ghost-file.pb-c.h" #include "images/ghost-file.pb-c.h"
......
...@@ -6,7 +6,6 @@ ...@@ -6,7 +6,6 @@
#include "fcntl.h" #include "fcntl.h"
#include "lock.h" #include "lock.h"
#include "list.h" #include "list.h"
#include "image.h"
#include "pid.h" #include "pid.h"
#include "rst_info.h" #include "rst_info.h"
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
#include <sys/types.h> #include <sys/types.h>
#include "asm/types.h" #include "asm/types.h"
#include "image.h"
#include "list.h" #include "list.h"
#include "images/eventfd.pb-c.h" #include "images/eventfd.pb-c.h"
......
...@@ -3,7 +3,6 @@ ...@@ -3,7 +3,6 @@
#include "list.h" #include "list.h"
#include "pid.h" #include "pid.h"
#include "image.h"
#include "images/core.pb-c.h" #include "images/core.pb-c.h"
/* /*
......
...@@ -8,7 +8,6 @@ ...@@ -8,7 +8,6 @@
#include "compiler.h" #include "compiler.h"
#include "asm/types.h" #include "asm/types.h"
#include "asm/fpu.h" #include "asm/fpu.h"
#include "image.h"
#include "lock.h" #include "lock.h"
#include "util.h" #include "util.h"
#include "asm/restorer.h" #include "asm/restorer.h"
......
#include <errno.h> #include <errno.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <fcntl.h>
#include <sys/types.h> #include <sys/types.h>
#include <unistd.h> #include <unistd.h>
......
...@@ -3,6 +3,7 @@ ...@@ -3,6 +3,7 @@
#include <sys/types.h> #include <sys/types.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <unistd.h> #include <unistd.h>
#include <fcntl.h>
#include <sys/time.h> #include <sys/time.h>
#include <sys/resource.h> #include <sys/resource.h>
#include <sys/wait.h> #include <sys/wait.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