0
0
Fork 0
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:
Jason Volk 2018-01-29 08:17:02 -08:00
parent e23ee1543b
commit f1611a4a54

View file

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