From 5288daa863b6eeb9696e9dd48640f237b0b644ba Mon Sep 17 00:00:00 2001 From: Max Horn Date: Tue, 3 Jun 2008 21:04:41 +0000 Subject: DS: Forgot to commit #include changes in the ds-fs.* files; this allows to get rid of -Isource/fat svn-id: r32520 --- backends/fs/ds/ds-fs.cpp | 2 +- backends/fs/ds/ds-fs.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'backends/fs/ds') diff --git a/backends/fs/ds/ds-fs.cpp b/backends/fs/ds/ds-fs.cpp index 79b957f2e2..cffe4c118d 100644 --- a/backends/fs/ds/ds-fs.cpp +++ b/backends/fs/ds/ds-fs.cpp @@ -25,7 +25,7 @@ //#include //basic print funcionality #include "backends/fs/ds/ds-fs.h" #include "dsmain.h" -#include "gba_nds_fat.h" +#include "fat/gba_nds_fat.h" diff --git a/backends/fs/ds/ds-fs.h b/backends/fs/ds/ds-fs.h index 21dfa00667..9ac453aca9 100644 --- a/backends/fs/ds/ds-fs.h +++ b/backends/fs/ds/ds-fs.h @@ -28,7 +28,7 @@ #include "zipreader.h" #include "ramsave.h" #include "scummconsole.h" -#include "gba_nds_fat.h" +#include "fat/gba_nds_fat.h" #include "backends/fs/abstract-fs.h" namespace DS { -- cgit v1.2.3