mirror of
https://github.com/mangosfour/server.git
synced 2025-12-15 01:37:00 +00:00
[Deps] Adjusted to use the standard Deps library
This commit is contained in:
parent
afc2df2f7d
commit
db9a574c6f
3 changed files with 4 additions and 4 deletions
2
dep
2
dep
|
|
@ -1 +1 @@
|
||||||
Subproject commit 990fe36a1c8c5d6d59bb79c491b235131d0cda44
|
Subproject commit bec4f1abc215c648286e33cc8a9394dc39c21ab0
|
||||||
|
|
@ -40,8 +40,8 @@
|
||||||
|
|
||||||
#include "dbcfile.h"
|
#include "dbcfile.h"
|
||||||
|
|
||||||
#include "adt.h"
|
#include "sl/adt.h"
|
||||||
#include "wdt.h"
|
#include "sl/wdt.h"
|
||||||
#include <fcntl.h>
|
#include <fcntl.h>
|
||||||
|
|
||||||
#ifndef WIN32
|
#ifndef WIN32
|
||||||
|
|
|
||||||
|
|
@ -23,7 +23,7 @@
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "dbcfile.h"
|
#include "dbcfile.h"
|
||||||
#include "loadlib.h"
|
#include "sl/loadlib.h"
|
||||||
|
|
||||||
#include <cstdio>
|
#include <cstdio>
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue