0
0
Fork 0
mirror of https://github.com/matrix-construct/construct synced 2025-01-13 08:23:56 +01:00

ircd:Ⓜ️ Move pretty.h out of event/ dir.

This commit is contained in:
Jason Volk 2022-08-09 18:28:29 -07:00
parent f9dffbfcbc
commit f6b17e5fed
3 changed files with 3 additions and 3 deletions

View file

@ -166,7 +166,6 @@ struct ircd::m::event
#include "cached.h"
#include "prefetch.h"
#include "conforms.h"
#include "pretty.h"
#include "append.h"
inline ircd::m::event::operator

View file

@ -53,6 +53,7 @@ namespace ircd::m
#include "self.h"
#include "init.h"
#include "event/event.h"
#include "pretty.h"
#include "get.h"
#include "query.h"
#include "dbs/dbs.h"

View file

@ -1,7 +1,7 @@
// Matrix Construct
//
// Copyright (C) Matrix Construct Developers, Authors & Contributors
// Copyright (C) 2016-2018 Jason Volk <jason@zemos.net>
// Copyright (C) 2016-2022 Jason Volk <jason@zemos.net>
//
// Permission to use, copy, modify, and/or distribute this software for any
// purpose with or without fee is hereby granted, provided that the above
@ -9,7 +9,7 @@
// full license for this software is available in the LICENSE file.
#pragma once
#define HAVE_IRCD_M_EVENT_PRETTY_H
#define HAVE_IRCD_M_PRETTY_H
namespace ircd::m
{