[libomptarget] Remove two unneeded includes, NFCI.

Follow-up to r340542 and r340767.

llvm-svn: 341563
This commit is contained in:
Jonas Hahnfeld
2018-09-06 17:00:57 +00:00
parent a39da2f8ca
commit 21e3ee0afe
2 changed files with 0 additions and 2 deletions

View File

@@ -20,7 +20,6 @@
#include <cassert>
#include <cstdlib>
#include <stdarg.h>
#include <mutex>
// Store target policy (disabled, mandatory, default)

View File

@@ -20,7 +20,6 @@
#include <cassert>
#include <vector>
#include <mutex>
#ifdef OMPTARGET_DEBUG
int DebugLevel = 0;