properly include limits.h with angle brackets
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5953 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
e452383359
commit
00cf0dab45
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@
|
|||
#include <lcd.h>
|
||||
#include <debug.h>
|
||||
#include <font.h>
|
||||
#include "limits.h"
|
||||
#include <limits.h>
|
||||
#include "bookmark.h"
|
||||
#include "tree.h"
|
||||
#include "settings.h"
|
||||
|
|
|
@ -19,8 +19,8 @@
|
|||
****************************************************************************/
|
||||
#include <stdio.h>
|
||||
#include <stddef.h>
|
||||
#include <limits.h>
|
||||
#include "config.h"
|
||||
#include "limits.h"
|
||||
#include "kernel.h"
|
||||
#include "thread.h"
|
||||
#include "settings.h"
|
||||
|
|
Loading…
Reference in a new issue