mirror of
https://github.com/matrix-construct/construct
synced 2024-12-26 15:33:54 +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
|
||||
#define HAVE_IRCD_M_H
|
||||
|
||||
#include <ircd/server.h>
|
||||
|
||||
/// Matrix Protocol System
|
||||
namespace ircd::m
|
||||
{
|
||||
|
|
|
@ -235,6 +235,6 @@ namespace ircd
|
|||
#include "rfc3986.h"
|
||||
#include "rfc1035.h"
|
||||
#include "net/net.h"
|
||||
#include "server.h"
|
||||
#include "server/server.h"
|
||||
#include "client.h"
|
||||
#include "resource.h"
|
||||
|
|
|
@ -17,7 +17,6 @@
|
|||
// IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
|
||||
// POSSIBILITY OF SUCH DAMAGE.
|
||||
|
||||
#include <ircd/server/server.h>
|
||||
#include <ircd/asio.h>
|
||||
|
||||
namespace ircd::server
|
||||
|
|
Loading…
Reference in a new issue