ObjFW  Diff

Differences From Artifact [4a787d392f]:

To Artifact [06b782a930]:


16
17
18
19
20
21
22

23


24

25
26
27
28
29
30
31

#include "config.h"

#include <assert.h>
#include <errno.h>
#include <math.h>


#include <fcntl.h>


#include <unistd.h>


#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>

#import "OFKernelEventObserver.h"
#import "OFKernelEventObserver+Private.h"







>
|
>
>
|
>







16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35

#include "config.h"

#include <assert.h>
#include <errno.h>
#include <math.h>

#ifdef HAVE_FCNTL_H
# include <fcntl.h>
#endif
#ifdef HAVE_UNISTD_H
# include <unistd.h>
#endif

#include <sys/types.h>
#include <sys/event.h>
#include <sys/time.h>

#import "OFKernelEventObserver.h"
#import "OFKernelEventObserver+Private.h"