Commit c43d4090 authored by Xavier Thompson's avatar Xavier Thompson

Move headers to rt/include/typon and fix includes

parent 28034ea5
...@@ -4,10 +4,10 @@ ...@@ -4,10 +4,10 @@
#include <coroutine> #include <coroutine>
#include <cstdint> #include <cstdint>
#include <continuation.hpp> #include <typon/continuation.hpp>
#include <future.hpp> #include <typon/future.hpp>
#include <result.hpp> #include <typon/result.hpp>
#include <scheduler.hpp> #include <typon/scheduler.hpp>
namespace typon::rt namespace typon::rt
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <type_traits> #include <type_traits>
#include <utility> #include <utility>
#include <result.hpp> #include <typon/result.hpp>
namespace typon::rt namespace typon::rt
......
...@@ -4,8 +4,8 @@ ...@@ -4,8 +4,8 @@
#include <coroutine> #include <coroutine>
#include <utility> #include <utility>
#include <continuation.hpp> #include <typon/continuation.hpp>
#include <result.hpp> #include <typon/result.hpp>
namespace typon::rt namespace typon::rt
......
...@@ -6,9 +6,9 @@ ...@@ -6,9 +6,9 @@
#include <cstdint> #include <cstdint>
// //
#include <continuation.hpp> #include <typon/continuation.hpp>
#include <result.hpp> #include <typon/result.hpp>
#include <scheduler.hpp> #include <typon/scheduler.hpp>
namespace typon::rt namespace typon::rt
......
...@@ -7,10 +7,10 @@ ...@@ -7,10 +7,10 @@
#include <thread> #include <thread>
#include <vector> #include <vector>
#include <continuation.hpp> #include <typon/continuation.hpp>
#include <eventcount.hpp> #include <typon/eventcount.hpp>
#include <deque.hpp> #include <typon/deque.hpp>
#include <random.hpp> #include <typon/random.hpp>
namespace typon::rt namespace typon::rt
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <coroutine> #include <coroutine>
#include <utility> #include <utility>
#include <result.hpp> #include <typon/result.hpp>
namespace typon::rt namespace typon::rt
......
Markdown is supported
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