From a1d4e6d0b19cc525a96fb5f25a69509614091849 Mon Sep 17 00:00:00 2001
From: Dominik Thoennes <dominikthoennes@fau.de>
Date: Tue, 23 Mar 2021 11:48:59 +0100
Subject: [PATCH] remove unneeded includes

---
 apps/benchmarks/PhaseFieldAllenCahn/benchmark_multiphase.cpp | 1 -
 apps/showcases/PhaseFieldAllenCahn/GPU/multiphase.cpp        | 1 -
 apps/tutorials/codegen/03_AdvancedLBMCodegen.cpp             | 1 -
 3 files changed, 3 deletions(-)

diff --git a/apps/benchmarks/PhaseFieldAllenCahn/benchmark_multiphase.cpp b/apps/benchmarks/PhaseFieldAllenCahn/benchmark_multiphase.cpp
index 3513c15f2..8efb4756d 100644
--- a/apps/benchmarks/PhaseFieldAllenCahn/benchmark_multiphase.cpp
+++ b/apps/benchmarks/PhaseFieldAllenCahn/benchmark_multiphase.cpp
@@ -49,7 +49,6 @@
 #   include "cuda/AddGPUFieldToStorage.h"
 #   include "cuda/DeviceSelectMPI.h"
 #   include "cuda/HostFieldAllocator.h"
-#   include "cuda/NVTX.h"
 #   include "cuda/ParallelStreams.h"
 #   include "cuda/communication/GPUPackInfo.h"
 #   include "cuda/communication/MemcpyPackInfo.h"
diff --git a/apps/showcases/PhaseFieldAllenCahn/GPU/multiphase.cpp b/apps/showcases/PhaseFieldAllenCahn/GPU/multiphase.cpp
index 2080ce38c..de54dfe91 100644
--- a/apps/showcases/PhaseFieldAllenCahn/GPU/multiphase.cpp
+++ b/apps/showcases/PhaseFieldAllenCahn/GPU/multiphase.cpp
@@ -27,7 +27,6 @@
 
 #include "cuda/AddGPUFieldToStorage.h"
 #include "cuda/DeviceSelectMPI.h"
-#include "cuda/NVTX.h"
 #include "cuda/ParallelStreams.h"
 #include "cuda/communication/UniformGPUScheme.h"
 
diff --git a/apps/tutorials/codegen/03_AdvancedLBMCodegen.cpp b/apps/tutorials/codegen/03_AdvancedLBMCodegen.cpp
index b6ff21d73..492d40b8b 100644
--- a/apps/tutorials/codegen/03_AdvancedLBMCodegen.cpp
+++ b/apps/tutorials/codegen/03_AdvancedLBMCodegen.cpp
@@ -26,7 +26,6 @@
 #   include "cuda/AddGPUFieldToStorage.h"
 #   include "cuda/DeviceSelectMPI.h"
 #   include "cuda/HostFieldAllocator.h"
-#   include "cuda/NVTX.h"
 #   include "cuda/ParallelStreams.h"
 #   include "cuda/communication/GPUPackInfo.h"
 #   include "cuda/communication/UniformGPUScheme.h"
-- 
GitLab