summaryrefslogtreecommitdiff
path: root/plugins/dfcdrom
diff options
context:
space:
mode:
authorSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-26 10:04:46 +0000
committerSND\weimingzhi_cp <SND\weimingzhi_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97>2009-11-26 10:04:46 +0000
commit93e34824a3aaa71b3d9f423311c7ca1f67f4fd73 (patch)
tree4fe9ec18de1358f16a83a947136d49c024ede3e0 /plugins/dfcdrom
parent44cb782561d7c17d6ba96eee7f64c03268ae1aa1 (diff)
downloadpcsxr-93e34824a3aaa71b3d9f423311c7ca1f67f4fd73.tar.gz
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@38257 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'plugins/dfcdrom')
-rw-r--r--plugins/dfcdrom/cdr-linux.c2
-rw-r--r--plugins/dfcdrom/cdr-null.c1
2 files changed, 0 insertions, 3 deletions
diff --git a/plugins/dfcdrom/cdr-linux.c b/plugins/dfcdrom/cdr-linux.c
index d08553e5..66905cbf 100644
--- a/plugins/dfcdrom/cdr-linux.c
+++ b/plugins/dfcdrom/cdr-linux.c
@@ -5,8 +5,6 @@
*
*/
-#include "config.h"
-
#include <stdio.h>
#include <stdlib.h>
#include <fcntl.h>
diff --git a/plugins/dfcdrom/cdr-null.c b/plugins/dfcdrom/cdr-null.c
index 7fcc0c0c..9b2923d1 100644
--- a/plugins/dfcdrom/cdr-null.c
+++ b/plugins/dfcdrom/cdr-null.c
@@ -5,7 +5,6 @@
*
*/
-#include "config.h"
#include <stdint.h>
char *LibName = N_("CDR NULL Plugin");