[Deps] Adjusted to use the standard Deps library

This commit is contained in:
Antz 2016-03-28 19:37:29 +01:00 committed by Antz
parent afc2df2f7d
commit db9a574c6f
3 changed files with 4 additions and 4 deletions

2
dep

@ -1 +1 @@
Subproject commit 990fe36a1c8c5d6d59bb79c491b235131d0cda44 Subproject commit bec4f1abc215c648286e33cc8a9394dc39c21ab0

View file

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

View file

@ -23,7 +23,7 @@
*/ */
#include "dbcfile.h" #include "dbcfile.h"
#include "loadlib.h" #include "sl/loadlib.h"
#include <cstdio> #include <cstdio>