mirror of
https://github.com/matrix-construct/construct
synced 2024-11-25 16:22:35 +01:00
ircd: Move mapi.h into mods/.
This commit is contained in:
parent
bff688bf64
commit
db21df0c31
3 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@ namespace filesystem = boost::filesystem;
|
|||
namespace load_mode = boost::dll::load_mode;
|
||||
|
||||
#include <ircd/asio.h>
|
||||
#include <ircd/mapi.h> // Module's internal API
|
||||
#include <ircd/mods/mapi.h> // Module's internal API
|
||||
#include "mods.h"
|
||||
|
||||
ircd::log::log
|
||||
|
|
|
@ -11,7 +11,7 @@ AM_CPPFLAGS = \
|
|||
@JS_CPPFLAGS@ \
|
||||
@BOOST_CPPFLAGS@ \
|
||||
-include $(top_srcdir)/include/ircd/ircd.h \
|
||||
-include $(top_srcdir)/include/ircd/mapi.h \
|
||||
-include $(top_srcdir)/include/ircd/mods/mapi.h \
|
||||
###
|
||||
|
||||
AM_LDFLAGS = \
|
||||
|
|
Loading…
Reference in a new issue