mirror of
https://github.com/matrix-construct/construct
synced 2024-11-01 03:18:54 +01:00
ircd: Rename formerly conflicting header files.
This commit is contained in:
parent
0050e0f7d9
commit
764a723704
4 changed files with 3 additions and 3 deletions
|
@ -52,8 +52,8 @@
|
|||
#include "run.h"
|
||||
#include "demangle.h"
|
||||
#include "backtrace.h"
|
||||
#include "localee.h"
|
||||
#include "timedate.h"
|
||||
#include "locale.h"
|
||||
#include "time.h"
|
||||
#include "logger.h"
|
||||
#include "info.h"
|
||||
#include "nacl.h"
|
||||
|
@ -80,7 +80,7 @@
|
|||
#include "fmt.h"
|
||||
#include "http.h"
|
||||
#include "http2/http2.h"
|
||||
#include "magics.h"
|
||||
#include "magic.h"
|
||||
#include "conf.h"
|
||||
#include "stats.h"
|
||||
#include "prof/prof.h"
|
||||
|
|
Loading…
Reference in a new issue