summaryrefslogtreecommitdiff
path: root/Source/Core/Common/Src/FileUtil.cpp
diff options
context:
space:
mode:
authornakeee <nakeee@gmail.com>2009-02-25 10:33:09 +0000
committernakeee <nakeee@gmail.com>2009-02-25 10:33:09 +0000
commitbec2a115d80f0086da8b6868ea0482b2fa7a3d68 (patch)
tree78aabd4ada9ad89c0d6c32fced4e3e5869af352e /Source/Core/Common/Src/FileUtil.cpp
parent04e54f92d20bdcbd6b09a8ff8b9203377f4a80b7 (diff)
Added set and get in ini for comma seperated list
Also merged the StripSpaces with StripNewline and cleaned it up a bit. git-svn-id: https://dolphin-emu.googlecode.com/svn/trunk@2433 8ced0084-cf51-0410-be5f-012b33b47a6e
Diffstat (limited to 'Source/Core/Common/Src/FileUtil.cpp')
-rw-r--r--Source/Core/Common/Src/FileUtil.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/Source/Core/Common/Src/FileUtil.cpp b/Source/Core/Common/Src/FileUtil.cpp
index e849c56a15..e649dfaaf9 100644
--- a/Source/Core/Common/Src/FileUtil.cpp
+++ b/Source/Core/Common/Src/FileUtil.cpp
@@ -30,9 +30,6 @@
#include <dirent.h>
#include <errno.h>
#include <stdlib.h>
-#include <sys/ioctl.h>
-#include <fcntl.h>
-#include <linux/cdrom.h>
#endif
#include <fstream>