From 3c2929ba9056bbbcfa5dea1ed67baeaa2ffe629f Mon Sep 17 00:00:00 2001 From: "SND\\MaddTheSane_cp" Date: Mon, 7 Jul 2014 04:20:56 +0000 Subject: OS X: We don’t need to link to CoreData. Fix improper import/include preprocessor on the importer. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90896 e17a0e51-4ae3-4d35-97c3-1a29b211df97 --- macosx/Psx-Memcard/GetMetadataForFile.m | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'macosx/Psx-Memcard/GetMetadataForFile.m') diff --git a/macosx/Psx-Memcard/GetMetadataForFile.m b/macosx/Psx-Memcard/GetMetadataForFile.m index 19e00cc0..bfb46ee0 100644 --- a/macosx/Psx-Memcard/GetMetadataForFile.m +++ b/macosx/Psx-Memcard/GetMetadataForFile.m @@ -9,7 +9,7 @@ #include #import #include "GetMetadataForFile.h" -#include "PcsxrMemoryObject.h" +#import "PcsxrMemoryObject.h" #define MAX_MEMCARD_BLOCKS 15 #define kPCSXRSaveNames @"com_codeplex_pcsxr_memcard_savenames" -- cgit v1.2.3