Commit 0e8c791d authored by nanahira's avatar nanahira

remove useless dirent

parent de3fe3f2
......@@ -3,9 +3,6 @@
#include "network.h"
#include "game.h"
#include <algorithm>
#ifndef _WIN32
#include <dirent.h>
#endif
namespace ygo {
......
......@@ -4,9 +4,6 @@
#include "single_mode.h"
#include "../ocgcore/common.h"
#include "../ocgcore/mtrandom.h"
#ifndef _WIN32
#include <dirent.h>
#endif
namespace ygo {
......
......@@ -4,9 +4,6 @@
#include "../ocgcore/ocgapi.h"
#include "../ocgcore/common.h"
#include "../ocgcore/mtrandom.h"
#ifndef _WIN32
#include <dirent.h>
#endif
namespace ygo {
......
......@@ -3,9 +3,6 @@
#include "game.h"
#include "../ocgcore/common.h"
#include "../ocgcore/mtrandom.h"
#ifndef _WIN32
#include <dirent.h>
#endif
namespace ygo {
......
......@@ -4,9 +4,6 @@
#include "../ocgcore/ocgapi.h"
#include "../ocgcore/common.h"
#include "../ocgcore/mtrandom.h"
#ifndef _WIN32
#include <dirent.h>
#endif
namespace ygo {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment