summaryrefslogtreecommitdiff
path: root/apps/codecs/mp3_enc.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/mp3_enc.c')
-rw-r--r--apps/codecs/mp3_enc.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/apps/codecs/mp3_enc.c b/apps/codecs/mp3_enc.c
index 2739778349..17d980fa39 100644
--- a/apps/codecs/mp3_enc.c
+++ b/apps/codecs/mp3_enc.c
@@ -32,8 +32,6 @@
32// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU 32// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
33// Library General Public License for more details. 33// Library General Public License for more details.
34 34
35#ifndef SIMULATOR
36
37#include <inttypes.h> 35#include <inttypes.h>
38#include "codeclib.h" 36#include "codeclib.h"
39 37
@@ -2637,5 +2635,3 @@ enum codec_status codec_main(void)
2637 2635
2638 return CODEC_OK; 2636 return CODEC_OK;
2639} /* codec_start */ 2637} /* codec_start */
2640
2641#endif /* ndef SIMULATOR */