Remove malloc.h include from Intel JIT events code

llvm-svn: 334547
This commit is contained in:
Reid Kleckner 2018-06-12 21:15:27 +00:00
parent 077c75bfd1
commit 04920989a2
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
#include <pthread.h> #include <pthread.h>
#include <stdint.h> #include <stdint.h>
#endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */ #endif /* ITT_PLATFORM==ITT_PLATFORM_WIN */
#include <malloc.h>
#include <stdlib.h> #include <stdlib.h>
#include "jitprofiling.h" #include "jitprofiling.h"