diff --git a/apps/benchmarks/PhaseFieldAllenCahn/benchmark_multiphase.cpp b/apps/benchmarks/PhaseFieldAllenCahn/benchmark_multiphase.cpp
index 3513c15f2f13250e9462c84af59b3ef3462e21a9..8efb4756d56940111c46ca684fcb3245e4c2210d 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 2080ce38cf767c26b2e83ca36d64de5b5ec77cef..de54dfe91b39cce943fa15ea1338e0131842866c 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 b6ff21d73c085938ea896d3432b0be17cf4164d7..492d40b8bf07458e2b8b847d36dff28e9356d72a 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"