diff options
author | Willem Jan Palenstijn <Willem.Jan.Palenstijn@cwi.nl> | 2021-11-22 14:12:26 +0100 |
---|---|---|
committer | Willem Jan Palenstijn <wjp@usecode.org> | 2021-11-26 12:09:09 +0100 |
commit | 64d42baf1bd15df8e0ecd00d89bb5c7be787cac2 (patch) | |
tree | 6d01f70eabd3e221faf5f21432fc09ca8cddd67e | |
parent | 3aa424220e6c64099b64ab15e6489d296431f542 (diff) | |
download | astra-64d42baf1bd15df8e0ecd00d89bb5c7be787cac2.tar.gz astra-64d42baf1bd15df8e0ecd00d89bb5c7be787cac2.tar.bz2 astra-64d42baf1bd15df8e0ecd00d89bb5c7be787cac2.tar.xz astra-64d42baf1bd15df8e0ecd00d89bb5c7be787cac2.zip |
Remove unnecessary includes
-rw-r--r-- | src/CudaFDKAlgorithm3D.cpp | 3 |
1 files changed, 0 insertions, 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 <http://www.gnu.org/licenses/>. #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; |