mirror of
https://github.com/checkpoint-restore/criu
synced 2025-08-31 06:15:24 +00:00
crtools: remove extra headers from headers
Signed-off-by: Andrey Vagin <avagin@openvz.org> Signed-off-by: Pavel Emelyanov <xemul@parallels.com>
This commit is contained in:
committed by
Pavel Emelyanov
parent
2082e8faf0
commit
08abebd29c
@@ -1,11 +1,6 @@
|
||||
#ifndef __CR_EVENTFD_H__
|
||||
#define __CR_EVENTFD_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "compiler.h"
|
||||
#include "asm/types.h"
|
||||
#include "files.h"
|
||||
|
||||
extern int is_eventfd_link(int lfd);
|
||||
|
@@ -1,11 +1,6 @@
|
||||
#ifndef __CR_EVENTPOLL_H__
|
||||
#define __CR_EVENTPOLL_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "compiler.h"
|
||||
#include "asm/types.h"
|
||||
#include "files.h"
|
||||
|
||||
extern int is_eventpoll_link(int lfd);
|
||||
|
@@ -1,10 +1,6 @@
|
||||
#ifndef __CR_FSNOTIFY_H__
|
||||
#define __CR_FSNOTIFY_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include "compiler.h"
|
||||
#include "asm/types.h"
|
||||
#include "files.h"
|
||||
|
||||
|
@@ -1,9 +1,6 @@
|
||||
#ifndef __CR_SOCKETS_H__
|
||||
#define __CR_SOCKETS_H__
|
||||
|
||||
#include <sys/types.h>
|
||||
#include <sys/socket.h>
|
||||
#include <unistd.h>
|
||||
#include <stdbool.h>
|
||||
|
||||
#include "asm/types.h"
|
||||
|
Reference in New Issue
Block a user