diff --git a/src/ParallelAlgorithms/Interpolation/CMakeLists.txt b/src/ParallelAlgorithms/Interpolation/CMakeLists.txt index bebdc6bb387bf..21fd6f2492b1f 100644 --- a/src/ParallelAlgorithms/Interpolation/CMakeLists.txt +++ b/src/ParallelAlgorithms/Interpolation/CMakeLists.txt @@ -50,7 +50,6 @@ target_link_libraries( Time Utilities INTERFACE - Cce DgSubcell EventsAndTriggers GeneralizedHarmonic diff --git a/src/ParallelAlgorithms/Interpolation/Callbacks/SendGhWorldtubeData.hpp b/src/ParallelAlgorithms/Interpolation/Callbacks/SendGhWorldtubeData.hpp index 62a710ba1be6a..0981efe72a630 100644 --- a/src/ParallelAlgorithms/Interpolation/Callbacks/SendGhWorldtubeData.hpp +++ b/src/ParallelAlgorithms/Interpolation/Callbacks/SendGhWorldtubeData.hpp @@ -4,8 +4,6 @@ #pragma once #include "DataStructures/DataBox/DataBox.hpp" -#include "Evolution/Systems/Cce/Actions/ReceiveGhWorldtubeData.hpp" -#include "Evolution/Systems/Cce/Components/WorldtubeBoundary.hpp" #include "Evolution/Systems/GeneralizedHarmonic/Tags.hpp" #include "Parallel/GlobalCache.hpp" #include "Parallel/Invoke.hpp" @@ -14,6 +12,18 @@ #include "Utilities/ProtocolHelpers.hpp" #include "Utilities/TMPL.hpp" +/// \cond +namespace Cce { +template +struct GhWorldtubeBoundary; + +namespace Actions { +template +struct ReceiveGhWorldtubeData; +} // namespace Actions +} // namespace Cce +/// \endcond + namespace intrp { namespace callbacks {