git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Reviewed by sullivan.
[WebKit-https.git]
/
WebCore
/
WebCorePrefix.h
1
#ifdef __cplusplus
2
#define NULL __null
3
#else
4
#define NULL ((void *)0)
5
#endif
6
7
#include <assert.h>
8
#include <ctype.h>
9
#include <sys/types.h>
10
#include <fcntl.h>
11
#include <pthread.h>
12
#include <regex.h>
13
#include <setjmp.h>
14
#include <signal.h>
15
#include <stdarg.h>
16
#include <stddef.h>
17
#include <stdio.h>
18
#include <stdlib.h>
19
#include <string.h>
20
#include <time.h>
21
#include <unistd.h>
22
23
#ifdef __cplusplus
24
25
#include <algorithm>
26
#include <cstddef>
27
#include <new>
28
29
#ifndef NDEBUG
30
#include <ostream>
31
#endif
32
33
#endif
34
35
#include <sys/types.h>
36
#include <sys/param.h>
37
#include <sys/stat.h>
38
#include <sys/time.h>
39
#include <sys/resource.h>
40
41
#include <time.h>
42
43
#include <CoreFoundation/CoreFoundation.h>
44
#include <CoreServices/CoreServices.h>
45
46
#ifdef __OBJC__
47
48
#import <Cocoa/Cocoa.h>
49
50
#endif