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:
Jean-Philippe Bernardy 2005-02-15 15:30:19 +00:00
parent e452383359
commit 00cf0dab45
2 changed files with 2 additions and 2 deletions

View file

@ -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"

View file

@ -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"