Commit 08abebd2 authored by Andrey Vagin's avatar Andrey Vagin Committed by Pavel Emelyanov

crtools: remove extra headers from headers

Signed-off-by: 's avatarAndrey Vagin <avagin@openvz.org>
Signed-off-by: 's avatarPavel Emelyanov <xemul@parallels.com>
parent 2082e8fa
#ifndef __CR_EVENTFD_H__ #ifndef __CR_EVENTFD_H__
#define __CR_EVENTFD_H__ #define __CR_EVENTFD_H__
#include <sys/types.h>
#include <unistd.h>
#include "compiler.h"
#include "asm/types.h"
#include "files.h" #include "files.h"
extern int is_eventfd_link(int lfd); extern int is_eventfd_link(int lfd);
......
#ifndef __CR_EVENTPOLL_H__ #ifndef __CR_EVENTPOLL_H__
#define __CR_EVENTPOLL_H__ #define __CR_EVENTPOLL_H__
#include <sys/types.h>
#include <unistd.h>
#include "compiler.h"
#include "asm/types.h"
#include "files.h" #include "files.h"
extern int is_eventpoll_link(int lfd); extern int is_eventpoll_link(int lfd);
......
#ifndef __CR_FSNOTIFY_H__ #ifndef __CR_FSNOTIFY_H__
#define __CR_FSNOTIFY_H__ #define __CR_FSNOTIFY_H__
#include <sys/types.h>
#include <unistd.h>
#include "compiler.h"
#include "asm/types.h" #include "asm/types.h"
#include "files.h" #include "files.h"
......
#ifndef __CR_SOCKETS_H__ #ifndef __CR_SOCKETS_H__
#define __CR_SOCKETS_H__ #define __CR_SOCKETS_H__
#include <sys/types.h>
#include <sys/socket.h>
#include <unistd.h>
#include <stdbool.h> #include <stdbool.h>
#include "asm/types.h" #include "asm/types.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