0
0
Fork 0
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:
Jason Volk 2018-01-18 06:09:02 -08:00
parent eb5b2d28a1
commit 31fd9346f6
3 changed files with 1 additions and 4 deletions

View file

@ -25,8 +25,6 @@
#pragma once
#define HAVE_IRCD_M_H
#include <ircd/server.h>
/// Matrix Protocol System
namespace ircd::m
{

View file

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

View file

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