diff options
| author | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-07 04:20:56 +0000 |
|---|---|---|
| committer | SND\MaddTheSane_cp <SND\MaddTheSane_cp@e17a0e51-4ae3-4d35-97c3-1a29b211df97> | 2014-07-07 04:20:56 +0000 |
| commit | 3c2929ba9056bbbcfa5dea1ed67baeaa2ffe629f (patch) | |
| tree | 04e565ee8f2eb34f5d42d7abd046bd411846565b /macosx/Psx-Memcard/GetMetadataForFile.m | |
| parent | 8b74abbcc40d257904b6f04778a88c08a04baeb9 (diff) | |
| download | pcsxr-3c2929ba9056bbbcfa5dea1ed67baeaa2ffe629f.tar.gz | |
OS X: We don’t need to link to CoreData.
Fix improper import/include preprocessor on the importer.
git-svn-id: https://pcsxr.svn.codeplex.com/svn/pcsxr@90896 e17a0e51-4ae3-4d35-97c3-1a29b211df97
Diffstat (limited to 'macosx/Psx-Memcard/GetMetadataForFile.m')
| -rw-r--r-- | macosx/Psx-Memcard/GetMetadataForFile.m | 2 |
1 files changed, 1 insertions, 1 deletions
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 <CoreFoundation/CoreFoundation.h> #import <Foundation/Foundation.h> #include "GetMetadataForFile.h" -#include "PcsxrMemoryObject.h" +#import "PcsxrMemoryObject.h" #define MAX_MEMCARD_BLOCKS 15 #define kPCSXRSaveNames @"com_codeplex_pcsxr_memcard_savenames" |
