forked from OSchip/llvm-project
Remove platform-specific includes from platform-independent code. Mac users,
please check whether this breaks anything. llvm-svn: 105863
This commit is contained in:
parent
e60273fd70
commit
2a16001328
|
@ -20,13 +20,10 @@
|
|||
//----------------------------------------------------------------------
|
||||
|
||||
#include <assert.h>
|
||||
#include <mach/mach_types.h>
|
||||
#include <machine/endian.h>
|
||||
#include <pthread.h>
|
||||
#include <signal.h>
|
||||
#include <stdint.h>
|
||||
#include <stdbool.h>
|
||||
#include <sys/syslimits.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#ifndef NO_RTTI
|
||||
|
|
Loading…
Reference in New Issue