mirror of
https://github.com/matrix-construct/construct
synced 2024-12-28 00:14:07 +01:00
ircd: Baptize server.h into the standard include group.
This commit is contained in:
parent
eb5b2d28a1
commit
31fd9346f6
3 changed files with 1 additions and 4 deletions
|
@ -25,8 +25,6 @@
|
||||||
#pragma once
|
#pragma once
|
||||||
#define HAVE_IRCD_M_H
|
#define HAVE_IRCD_M_H
|
||||||
|
|
||||||
#include <ircd/server.h>
|
|
||||||
|
|
||||||
/// Matrix Protocol System
|
/// Matrix Protocol System
|
||||||
namespace ircd::m
|
namespace ircd::m
|
||||||
{
|
{
|
||||||
|
|
|
@ -235,6 +235,6 @@ namespace ircd
|
||||||
#include "rfc3986.h"
|
#include "rfc3986.h"
|
||||||
#include "rfc1035.h"
|
#include "rfc1035.h"
|
||||||
#include "net/net.h"
|
#include "net/net.h"
|
||||||
#include "server.h"
|
#include "server/server.h"
|
||||||
#include "client.h"
|
#include "client.h"
|
||||||
#include "resource.h"
|
#include "resource.h"
|
||||||
|
|
|
@ -17,7 +17,6 @@
|
||||||
// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||||
// POSSIBILITY OF SUCH DAMAGE.
|
// POSSIBILITY OF SUCH DAMAGE.
|
||||||
|
|
||||||
#include <ircd/server/server.h>
|
|
||||||
#include <ircd/asio.h>
|
#include <ircd/asio.h>
|
||||||
|
|
||||||
namespace ircd::server
|
namespace ircd::server
|
||||||
|
|
Loading…
Reference in a new issue