|
1 | 1 | #pragma once
|
2 | 2 |
|
3 |
| -#include "coro/concepts/awaitable.hpp" |
4 |
| -#include "coro/concepts/buffer.hpp" |
5 |
| -#include "coro/concepts/executor.hpp" |
6 |
| -#include "coro/concepts/promise.hpp" |
7 |
| -#include "coro/concepts/range_of.hpp" |
| 3 | +#include "concepts/awaitable.hpp" |
| 4 | +#include "concepts/buffer.hpp" |
| 5 | +#include "concepts/executor.hpp" |
| 6 | +#include "concepts/promise.hpp" |
| 7 | +#include "concepts/range_of.hpp" |
8 | 8 |
|
9 | 9 | #ifdef LIBCORO_FEATURE_NETWORKING
|
10 |
| - #include "coro/net/connect.hpp" |
11 |
| - #include "coro/net/dns_resolver.hpp" |
12 |
| - #include "coro/net/hostname.hpp" |
13 |
| - #include "coro/net/ip_address.hpp" |
14 |
| - #include "coro/net/recv_status.hpp" |
15 |
| - #include "coro/net/send_status.hpp" |
16 |
| - #include "coro/net/socket.hpp" |
17 |
| - #include "coro/net/ssl_context.hpp" |
18 |
| - #include "coro/net/tcp_client.hpp" |
19 |
| - #include "coro/net/tcp_server.hpp" |
20 |
| - #include "coro/net/udp_peer.hpp" |
| 10 | + #include "net/connect.hpp" |
| 11 | + #include "net/dns_resolver.hpp" |
| 12 | + #include "net/hostname.hpp" |
| 13 | + #include "net/ip_address.hpp" |
| 14 | + #include "net/recv_status.hpp" |
| 15 | + #include "net/send_status.hpp" |
| 16 | + #include "net/socket.hpp" |
| 17 | + #include "net/ssl_context.hpp" |
| 18 | + #include "net/tcp_client.hpp" |
| 19 | + #include "net/tcp_server.hpp" |
| 20 | + #include "net/udp_peer.hpp" |
21 | 21 | #endif
|
22 | 22 |
|
23 |
| -#include "coro/event.hpp" |
24 |
| -#include "coro/generator.hpp" |
25 |
| -#include "coro/io_scheduler.hpp" |
26 |
| -#include "coro/latch.hpp" |
27 |
| -#include "coro/mutex.hpp" |
28 |
| -#include "coro/poll.hpp" |
29 |
| -#include "coro/ring_buffer.hpp" |
30 |
| -#include "coro/semaphore.hpp" |
31 |
| -#include "coro/shared_mutex.hpp" |
32 |
| -#include "coro/sync_wait.hpp" |
33 |
| -#include "coro/task.hpp" |
34 |
| -#include "coro/task_container.hpp" |
35 |
| -#include "coro/thread_pool.hpp" |
36 |
| -#include "coro/when_all.hpp" |
| 23 | +#include "event.hpp" |
| 24 | +#include "generator.hpp" |
| 25 | +#include "io_scheduler.hpp" |
| 26 | +#include "latch.hpp" |
| 27 | +#include "mutex.hpp" |
| 28 | +#include "poll.hpp" |
| 29 | +#include "ring_buffer.hpp" |
| 30 | +#include "semaphore.hpp" |
| 31 | +#include "shared_mutex.hpp" |
| 32 | +#include "sync_wait.hpp" |
| 33 | +#include "task.hpp" |
| 34 | +#include "task_container.hpp" |
| 35 | +#include "thread_pool.hpp" |
| 36 | +#include "when_all.hpp" |
0 commit comments