From 851e26fbd3dc4d4113f21424f4a76b19f1e2a9b2 Mon Sep 17 00:00:00 2001 From: Michiel Cottaar <michiel.cottaar@ndcn.ox.ac.uk> Date: Wed, 14 Feb 2024 17:19:18 +0000 Subject: [PATCH] do not include non-existing file --- src/MRIBuilder.jl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/MRIBuilder.jl b/src/MRIBuilder.jl index de4ecbc..4ec0ea9 100644 --- a/src/MRIBuilder.jl +++ b/src/MRIBuilder.jl @@ -6,7 +6,6 @@ module MRIBuilder include("scanners.jl") include("build_sequences.jl") include("variables.jl") -include("building_blocks.jl") include("components/components.jl") include("all_building_blocks/all_building_blocks.jl") include("all_sequences/all_sequences.jl") -- GitLab