aboutsummaryrefslogtreecommitdiff
path: root/kapi/kapi/devices/bus.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'kapi/kapi/devices/bus.hpp')
-rw-r--r--kapi/kapi/devices/bus.hpp4
1 files changed, 1 insertions, 3 deletions
diff --git a/kapi/kapi/devices/bus.hpp b/kapi/kapi/devices/bus.hpp
index 2ee12628..3a0ba6a6 100644
--- a/kapi/kapi/devices/bus.hpp
+++ b/kapi/kapi/devices/bus.hpp
@@ -13,8 +13,6 @@
#include <kstd/string.hpp>
#include <kstd/vector.hpp>
-#include <span>
-
namespace kapi::devices
{
@@ -57,7 +55,7 @@ namespace kapi::devices
//! Get the children attached to this bus.
//!
//! @return A vector of all children attached to this bus.
- [[nodiscard]] auto children() const -> std::span<kstd::shared_ptr<device> const>;
+ [[nodiscard]] auto children() const -> kstd::vector<kstd::shared_ptr<device>>;
protected:
//! All busses have the "bus" facet.