forked from len0rd/rockbox
Moved atoi declaration to stdlib.h. Deleted atoi.h
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@17280 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
5b1e86c35f
commit
2843469876
27 changed files with 9 additions and 52 deletions
|
|
@ -19,6 +19,7 @@
|
|||
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include "gwps.h"
|
||||
#include "file.h"
|
||||
#include "misc.h"
|
||||
|
|
@ -33,12 +34,9 @@
|
|||
#ifndef __PCTOOL__
|
||||
#include <ctype.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include "font.h"
|
||||
|
||||
#include "atoi.h"
|
||||
#include "gwps.h"
|
||||
#include "settings.h"
|
||||
#include "plugin.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue