summaryrefslogtreecommitdiff
path: root/openmp
diff options
context:
space:
mode:
authorJonas Hahnfeld <hahnjo@hahnjo.de>2018-09-06 17:00:57 +0000
committerJonas Hahnfeld <hahnjo@hahnjo.de>2018-09-06 17:00:57 +0000
commitc410f226341cdd1d40d12e89b2366b66996cadd5 (patch)
tree592aeebc3830d819f26e64d58c423fa4a1ff4fc2 /openmp
parentc92e6b491fb3ef74c4fb9f11c4309a3f51d56bea (diff)
[libomptarget] Remove two unneeded includes, NFCI.
Follow-up to r340542 and r340767.
Diffstat (limited to 'openmp')
-rw-r--r--openmp/libomptarget/src/interface.cpp1
-rw-r--r--openmp/libomptarget/src/omptarget.cpp1
2 files changed, 0 insertions, 2 deletions
diff --git a/openmp/libomptarget/src/interface.cpp b/openmp/libomptarget/src/interface.cpp
index f2372f59cb0..266e08517df 100644
--- a/openmp/libomptarget/src/interface.cpp
+++ b/openmp/libomptarget/src/interface.cpp
@@ -20,7 +20,6 @@
#include <cassert>
#include <cstdlib>
-#include <stdarg.h>
#include <mutex>
// Store target policy (disabled, mandatory, default)
diff --git a/openmp/libomptarget/src/omptarget.cpp b/openmp/libomptarget/src/omptarget.cpp
index 447820deaaf..233de9e1424 100644
--- a/openmp/libomptarget/src/omptarget.cpp
+++ b/openmp/libomptarget/src/omptarget.cpp
@@ -20,7 +20,6 @@
#include <cassert>
#include <vector>
-#include <mutex>
#ifdef OMPTARGET_DEBUG
int DebugLevel = 0;