[Openmp-commits] [openmp] r341563 - [libomptarget] Remove two unneeded includes, NFCI.
Jonas Hahnfeld via Openmp-commits
openmp-commits at lists.llvm.org
Thu Sep 6 10:00:58 PDT 2018
Author: hahnfeld
Date: Thu Sep 6 10:00:57 2018
New Revision: 341563
URL: http://llvm.org/viewvc/llvm-project?rev=341563&view=rev
Log:
[libomptarget] Remove two unneeded includes, NFCI.
Follow-up to r340542 and r340767.
Modified:
openmp/trunk/libomptarget/src/interface.cpp
openmp/trunk/libomptarget/src/omptarget.cpp
Modified: openmp/trunk/libomptarget/src/interface.cpp
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/libomptarget/src/interface.cpp?rev=341563&r1=341562&r2=341563&view=diff
==============================================================================
--- openmp/trunk/libomptarget/src/interface.cpp (original)
+++ openmp/trunk/libomptarget/src/interface.cpp Thu Sep 6 10:00:57 2018
@@ -20,7 +20,6 @@
#include <cassert>
#include <cstdlib>
-#include <stdarg.h>
#include <mutex>
// Store target policy (disabled, mandatory, default)
Modified: openmp/trunk/libomptarget/src/omptarget.cpp
URL: http://llvm.org/viewvc/llvm-project/openmp/trunk/libomptarget/src/omptarget.cpp?rev=341563&r1=341562&r2=341563&view=diff
==============================================================================
--- openmp/trunk/libomptarget/src/omptarget.cpp (original)
+++ openmp/trunk/libomptarget/src/omptarget.cpp Thu Sep 6 10:00:57 2018
@@ -20,7 +20,6 @@
#include <cassert>
#include <vector>
-#include <mutex>
#ifdef OMPTARGET_DEBUG
int DebugLevel = 0;
More information about the Openmp-commits
mailing list