mirror of
https://github.com/matrix-construct/construct
synced 2025-03-13 21:10:32 +01:00
ircd::ctx: Minor cleanup.
This commit is contained in:
parent
0dd075ab78
commit
32c0d08928
2 changed files with 2 additions and 5 deletions
|
@ -15,10 +15,7 @@ namespace ircd::ctx
|
|||
{
|
||||
struct context;
|
||||
|
||||
const size_t DEFAULT_STACK_SIZE
|
||||
{
|
||||
64_KiB
|
||||
};
|
||||
const size_t DEFAULT_STACK_SIZE {64_KiB};
|
||||
}
|
||||
|
||||
/// Principal interface for a context.
|
||||
|
|
|
@ -73,7 +73,6 @@ namespace ircd::ctx
|
|||
}
|
||||
|
||||
#include "this_ctx.h"
|
||||
#include "context.h"
|
||||
#include "prof.h"
|
||||
#include "list.h"
|
||||
#include "dock.h"
|
||||
|
@ -89,6 +88,7 @@ namespace ircd::ctx
|
|||
#include "promise.h"
|
||||
#include "future.h"
|
||||
#include "when.h"
|
||||
#include "context.h"
|
||||
#include "async.h"
|
||||
#include "pool.h"
|
||||
#include "ole.h"
|
||||
|
|
Loading…
Add table
Reference in a new issue