forked from len0rd/rockbox
Oops, committed before finishing the removal of "#include "memory.h""
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27790 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
87409a2619
commit
ed033c0a2a
2 changed files with 1 additions and 2 deletions
|
|
@ -24,6 +24,7 @@
|
|||
#include <string.h>
|
||||
#include <stdlib.h>
|
||||
#include <ctype.h>
|
||||
#include <inttypes.h>
|
||||
#include "buffering.h"
|
||||
|
||||
#include "storage.h"
|
||||
|
|
@ -31,7 +32,6 @@
|
|||
#include "thread.h"
|
||||
#include "file.h"
|
||||
#include "panic.h"
|
||||
#include "memory.h"
|
||||
#include "lcd.h"
|
||||
#include "font.h"
|
||||
#include "button.h"
|
||||
|
|
|
|||
|
|
@ -19,7 +19,6 @@
|
|||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <stdarg.h>
|
||||
#include <memory.h>
|
||||
#include <string.h>
|
||||
|
||||
#include "iap.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue