summaryrefslogtreecommitdiff
path: root/Source/Core/DiscIO/FileMonitor.cpp
diff options
context:
space:
mode:
authorPierre Bourdon <delroth@gmail.com>2014-02-21 01:47:53 +0100
committerPierre Bourdon <delroth@gmail.com>2014-02-22 23:37:29 +0100
commitc698c07755fb95990f7b74ac525a65b2c725bfbf (patch)
tree1db804d4eaf32e09a6d17ac8e265af471fb74384 /Source/Core/DiscIO/FileMonitor.cpp
parent83b7bb64aa5e1ee6b18eaa5d08c17bb5b6c57048 (diff)
Make DiscIO/ mostly IWYU clean (and fix errors in rest of the project detected by this change).
Diffstat (limited to 'Source/Core/DiscIO/FileMonitor.cpp')
-rw-r--r--Source/Core/DiscIO/FileMonitor.cpp9
1 files changed, 6 insertions, 3 deletions
diff --git a/Source/Core/DiscIO/FileMonitor.cpp b/Source/Core/DiscIO/FileMonitor.cpp
index bae2f49964..94d0189668 100644
--- a/Source/Core/DiscIO/FileMonitor.cpp
+++ b/Source/Core/DiscIO/FileMonitor.cpp
@@ -3,18 +3,21 @@
// Refer to the license.txt file included.
#include <algorithm>
-#include <iostream>
+#include <cctype>
+#include <cstring>
#include <string>
#include <vector>
#include "Common/Common.h"
-#include "Common/IniFile.h"
#include "Common/LogManager.h"
+#include "Common/StringUtil.h"
#include "Core/ConfigManager.h"
#include "Core/Core.h"
+#include "Core/Boot/Boot.h"
-#include "DiscIO/FileSystemGCWii.h"
+#include "DiscIO/Filesystem.h"
+#include "DiscIO/Volume.h"
#include "DiscIO/VolumeCreator.h"
namespace FileMon