From 21e3ee0afe01569c387f6575acbdf7b78d0bd5db Mon Sep 17 00:00:00 2001 From: Jonas Hahnfeld Date: Thu, 6 Sep 2018 17:00:57 +0000 Subject: [PATCH] [libomptarget] Remove two unneeded includes, NFCI. Follow-up to r340542 and r340767. llvm-svn: 341563 --- openmp/libomptarget/src/interface.cpp | 1 - openmp/libomptarget/src/omptarget.cpp | 1 - 2 files changed, 2 deletions(-) diff --git a/openmp/libomptarget/src/interface.cpp b/openmp/libomptarget/src/interface.cpp index f2372f5..266e085 100644 --- a/openmp/libomptarget/src/interface.cpp +++ b/openmp/libomptarget/src/interface.cpp @@ -20,7 +20,6 @@ #include #include -#include #include // Store target policy (disabled, mandatory, default) diff --git a/openmp/libomptarget/src/omptarget.cpp b/openmp/libomptarget/src/omptarget.cpp index 447820d..233de9e 100644 --- a/openmp/libomptarget/src/omptarget.cpp +++ b/openmp/libomptarget/src/omptarget.cpp @@ -20,7 +20,6 @@ #include #include -#include #ifdef OMPTARGET_DEBUG int DebugLevel = 0; -- 2.7.4