diff options
author | Bertrik Sikken <bertrik@sikken.nl> | 2008-04-28 16:18:04 +0000 |
---|---|---|
committer | Bertrik Sikken <bertrik@sikken.nl> | 2008-04-28 16:18:04 +0000 |
commit | 2843469876a543a1a5beaa27b9d4ae8ab0e201d0 (patch) | |
tree | 74a487c754d1bd63532b500f603492bec5bbcc2a /apps/cuesheet.c | |
parent | 5b1e86c35fa7e03a841c1d58d869e925f7638904 (diff) |
Moved atoi declaration to stdlib.h. Deleted atoi.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17280 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/cuesheet.c')
-rw-r--r-- | apps/cuesheet.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/apps/cuesheet.c b/apps/cuesheet.c index dcdba9f4c6..98262db731 100644 --- a/apps/cuesheet.c +++ b/apps/cuesheet.c @@ -20,7 +20,6 @@ #include <stdio.h> #include <stdlib.h> #include <stdbool.h> -#include <atoi.h> #include <ctype.h> #include <string.h> #include "system.h" |