Skip to content
Snippets Groups Projects
Commit 26eda785 authored by Sam Yates's avatar Sam Yates Committed by Benjamin Cumming
Browse files

Fix GPU breakage in last PR (#520)

Who broke the build? Sam did!
parent 775fe807
No related branches found
No related tags found
No related merge requests found
......@@ -2,6 +2,7 @@
// Indexed collection of pop-only event queues --- multicore back-end implementation.
#include <arbor/arbexcept.hpp>
#include <arbor/common_types.hpp>
#include <arbor/fvm_types.hpp>
#include <arbor/generic_event.hpp>
......
#include <cstddef>
#include <vector>
#include <arbor/constants.hpp>
#include <arbor/fvm_types.hpp>
#include <arbor/ion.hpp>
......@@ -8,7 +9,6 @@
#include "backends/gpu/gpu_store_types.hpp"
#include "backends/gpu/shared_state.hpp"
#include "backends/multi_event_stream_state.hpp"
#include "constants.hpp"
#include "memory/wrappers.hpp"
#include "util/rangeutil.hpp"
......
......@@ -2,7 +2,6 @@
#include <arbor/common_types.hpp>
#include "backends.hpp"
#include "epoch.hpp"
#include "fvm_lowered_cell.hpp"
#include "mc_cell_group.hpp"
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment