diff options
author | Daniel Stenberg <daniel@haxx.se> | 2002-09-06 07:35:40 +0000 |
---|---|---|
committer | Daniel Stenberg <daniel@haxx.se> | 2002-09-06 07:35:40 +0000 |
commit | 6e881b483337921c9f85f753f510aacdc8d59162 (patch) | |
tree | 9d12658cea5863fc0058e6883dde53ebd16e7ccb /apps/recorder | |
parent | 2f9b54b2514442ee810c9af02a977acf10ddfc5a (diff) | |
download | rockbox-6e881b483337921c9f85f753f510aacdc8d59162.tar.gz rockbox-6e881b483337921c9f85f753f510aacdc8d59162.zip |
features.h was renamed to options.h since it collided with the system
header file using that name when building the simulator...
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@2205 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/recorder')
-rw-r--r-- | apps/recorder/blank.c | 2 | ||||
-rw-r--r-- | apps/recorder/bounce.c | 2 | ||||
-rw-r--r-- | apps/recorder/boxes.c | 2 | ||||
-rw-r--r-- | apps/recorder/sokoban.c | 2 | ||||
-rw-r--r-- | apps/recorder/wormlet.c | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/apps/recorder/blank.c b/apps/recorder/blank.c index 985dc894ca..78cc093622 100644 --- a/apps/recorder/blank.c +++ b/apps/recorder/blank.c @@ -18,7 +18,7 @@ ****************************************************************************/ #include "config.h" -#include "features.h" +#include "options.h" #ifdef USE_SCREENSAVERS diff --git a/apps/recorder/bounce.c b/apps/recorder/bounce.c index 0d9ecdd05e..121f039e82 100644 --- a/apps/recorder/bounce.c +++ b/apps/recorder/bounce.c @@ -18,7 +18,7 @@ ****************************************************************************/ #include "config.h" -#include "features.h" +#include "options.h" #ifdef USE_SCREENSAVERS diff --git a/apps/recorder/boxes.c b/apps/recorder/boxes.c index c0875075e1..8e80006953 100644 --- a/apps/recorder/boxes.c +++ b/apps/recorder/boxes.c @@ -18,7 +18,7 @@ ****************************************************************************/ #include "config.h" -#include "features.h" +#include "options.h" #ifdef USE_SCREENSAVERS diff --git a/apps/recorder/sokoban.c b/apps/recorder/sokoban.c index 9230472927..078153077e 100644 --- a/apps/recorder/sokoban.c +++ b/apps/recorder/sokoban.c @@ -18,7 +18,7 @@ ****************************************************************************/ #include "config.h" -#include "features.h" +#include "options.h" #ifdef USE_GAMES #include <sprintf.h> diff --git a/apps/recorder/wormlet.c b/apps/recorder/wormlet.c index b403cf3f64..eaf42b4afd 100644 --- a/apps/recorder/wormlet.c +++ b/apps/recorder/wormlet.c @@ -18,7 +18,7 @@ ****************************************************************************/ #include "config.h" -#include "features.h" +#include "options.h" #ifdef USE_GAMES |