mirror of
https://github.com/matrix-construct/construct
synced 2024-11-26 08:42:34 +01:00
ircd: Reorder the headers to allow utils depending on *_view and buffer:: and allocator::...
This commit is contained in:
parent
e23ee1543b
commit
f1611a4a54
1 changed files with 5 additions and 5 deletions
|
@ -199,22 +199,22 @@ namespace ircd
|
|||
template<class T> std::string demangle();
|
||||
}
|
||||
|
||||
#include "util/util.h"
|
||||
#include "exception.h"
|
||||
#include "string_view.h"
|
||||
#include "vector_view.h"
|
||||
#include "array_view.h"
|
||||
#include "byte_view.h"
|
||||
#include "allocator.h"
|
||||
#include "buffer.h"
|
||||
#include "allocator.h"
|
||||
#include "util/util.h"
|
||||
#include "info.h"
|
||||
#include "exception.h"
|
||||
#include "localee.h"
|
||||
#include "date.h"
|
||||
#include "logger.h"
|
||||
#include "nacl.h"
|
||||
#include "rand.h"
|
||||
#include "hash.h"
|
||||
#include "ed25519.h"
|
||||
#include "info.h"
|
||||
#include "localee.h"
|
||||
#include "color.h"
|
||||
#include "lex_cast.h"
|
||||
#include "base.h"
|
||||
|
|
Loading…
Reference in a new issue