[libomptarget] Remove two unneeded includes, NFCI.
authorJonas Hahnfeld <hahnjo@hahnjo.de>
Thu, 6 Sep 2018 17:00:57 +0000 (17:00 +0000)
committerJonas Hahnfeld <hahnjo@hahnjo.de>
Thu, 6 Sep 2018 17:00:57 +0000 (17:00 +0000)
Follow-up to r340542 and r340767.

llvm-svn: 341563

openmp/libomptarget/src/interface.cpp
openmp/libomptarget/src/omptarget.cpp

index f2372f5..266e085 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <cassert>
 #include <cstdlib>
-#include <stdarg.h>
 #include <mutex>
 
 // Store target policy (disabled, mandatory, default)
index 447820d..233de9e 100644 (file)
@@ -20,7 +20,6 @@
 
 #include <cassert>
 #include <vector>
-#include <mutex>
 
 #ifdef OMPTARGET_DEBUG
 int DebugLevel = 0;