This commit is contained in:
Glenn Maynard
2003-12-07 06:13:44 +00:00
parent 4da0aa95bf
commit c8d0b60e03
+2 -3
View File
@@ -1,12 +1,13 @@
#include "global.h"
#include "RageFileDriverDirect.h"
#include "RageUtil.h"
#include "RageUtil_FileDB.h"
#include "RageLog.h"
#include <fcntl.h>
#include <errno.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <RageLog.h>
#if !defined(WIN32)
#include <dirent.h>
@@ -20,8 +21,6 @@
#define O_BINARY 0
#endif
#include "RageUtil_FileDB.h"
/* This driver handles direct file access. */
class DirectFilenameDB: public FilenameDB
{