Commit 0ef21283 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

crtools: don't include cr-show.h in crtools.h

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 1cb945ca
#ifndef __CR_SHOW_H__
#define __CR_SHOW_H__
#include <stdbool.h>
#include "asm/types.h"
struct show_image_info {
u32 magic;
......
......@@ -5,8 +5,6 @@
#include "list.h"
#include "asm/types.h"
#include "list.h"
#include "cr-show.h"
#include "servicefd.h"
#include "protobuf/vma.pb-c.h"
......
......@@ -2,6 +2,7 @@
#include <fcntl.h>
#include <sys/wait.h>
#include <stdlib.h>
#include "cr-show.h"
#include "util.h"
#include "fdset.h"
#include "syscall.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