From 64d42baf1bd15df8e0ecd00d89bb5c7be787cac2 Mon Sep 17 00:00:00 2001 From: Willem Jan Palenstijn Date: Mon, 22 Nov 2021 14:12:26 +0100 Subject: Remove unnecessary includes --- src/CudaFDKAlgorithm3D.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/CudaFDKAlgorithm3D.cpp b/src/CudaFDKAlgorithm3D.cpp index cc23df9..228da3e 100644 --- a/src/CudaFDKAlgorithm3D.cpp +++ b/src/CudaFDKAlgorithm3D.cpp @@ -37,9 +37,6 @@ along with the ASTRA Toolbox. If not, see . #include "astra/Logging.h" #include "astra/Filters.h" -#include "astra/cuda/3d/astra3d.h" -#include "astra/cuda/3d/util3d.h" - using namespace std; using namespace astraCUDA3d; -- cgit v1.2.1