mirror of
https://github.com/checkpoint-restore/criu.git
synced 2026-07-18 09:05:10 +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:
parent
2082e8faf0
commit
08abebd29c
4 changed files with 0 additions and 17 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue