0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2024-06-28 23:08:20 +02:00

ircd::ctx: Minor cleanup.

This commit is contained in:
Jason Volk 2018-08-19 15:53:10 -07:00
parent 0dd075ab78
commit 32c0d08928
2 changed files with 2 additions and 5 deletions

View file

@ -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.

View file

@ -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"