[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

View file

@ -40,8 +40,8 @@
#include "dbcfile.h"
#include "adt.h"
#include "wdt.h"
#include "sl/adt.h"
#include "sl/wdt.h"
#include <fcntl.h>
#ifndef WIN32

View file

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