summaryrefslogtreecommitdiff
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct10
1 files changed, 1 insertions, 9 deletions
diff --git a/SConstruct b/SConstruct
index fcf43443..74f5358b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -350,7 +350,6 @@ if 1:
'getopt.h',
'inttypes.h',
'linux/random.h',
- 'netinet/in.h',
'poll.h',
'pwd.h',
'stdint.h',
@@ -359,26 +358,19 @@ if 1:
'strings.h',
'sys/devpoll.h',
'sys/epoll.h',
- 'sys/event.h',
'sys/filio.h',
- 'sys/mman.h',
'sys/poll.h',
'sys/port.h',
'sys/prctl.h',
- 'sys/resource.h',
- 'sys/select.h',
'sys/sendfile.h',
- 'sys/socket.h',
'sys/time.h',
- 'sys/uio.h',
- 'sys/un.h',
'sys/wait.h',
'syslog.h',
'unistd.h',
'winsock2.h',
# "have" the last header if we include others before?
- ['sys/time.h', 'sys/types.h', 'sys/resource.h'],
+ ['sys/types.h', 'sys/time.h', 'sys/resource.h'],
['sys/types.h', 'netinet/in.h'],
['sys/types.h', 'sys/event.h'],
['sys/types.h', 'sys/mman.h'],