Move ProDOS File code

git-svn-id: https://profuse.googlecode.com/svn/branches/profuse_interim@337 aa027e90-d47c-11dd-86d7-074df07e0730
This commit is contained in:
ksherlock 2011-02-20 22:35:26 +00:00
parent 664dee7578
commit 2bd72b08b9
2 changed files with 4 additions and 4 deletions

View File

@ -6,7 +6,8 @@
* *
*/ */
#include "File.h" #include <ProDOS/File.h>
#include <ProDOS/DateTime.h>
#include "common.h" #include "common.h"
#include <string.h> #include <string.h>
@ -14,7 +15,6 @@
#include <ctype.h> #include <ctype.h>
#include <stdio.h> #include <stdio.h>
#include "DateTime.h"
bool FileEntry::Load(const void *data) bool FileEntry::Load(const void *data)

View File

@ -6,8 +6,8 @@
* *
*/ */
#ifndef __FILE_H__ #ifndef __PRODOS_FILE_H__
#define __FILE_H__ #define __PRODOS_FILE_H__
#include <time.h> #include <time.h>
#include <stdint.h> #include <stdint.h>