mirror of
https://github.com/intel/llvm.git
synced 2026-01-17 06:40:01 +08:00
[libomptarget] Remove two unneeded includes, NFCI.
Follow-up to r340542 and r340767. llvm-svn: 341563
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <cstdlib>
|
||||
#include <stdarg.h>
|
||||
#include <mutex>
|
||||
|
||||
// Store target policy (disabled, mandatory, default)
|
||||
|
||||
@@ -20,7 +20,6 @@
|
||||
|
||||
#include <cassert>
|
||||
#include <vector>
|
||||
#include <mutex>
|
||||
|
||||
#ifdef OMPTARGET_DEBUG
|
||||
int DebugLevel = 0;
|
||||
|
||||
Reference in New Issue
Block a user