diff options
| author | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-25 15:28:24 +0000 |
|---|---|---|
| committer | Rafaël Carré <rafael.carre@gmail.com> | 2010-07-25 15:28:24 +0000 |
| commit | 5215773c9fbd3293f996561893fe5f144f3ffac2 (patch) | |
| tree | 76ae68cd34ed7a9a6f6f2258ae74d1ca3839fec7 /firmware/export/bootchart.h | |
| parent | 2e73e5fdcb0b4f23a3dfdd5666cc18136a39ac96 (diff) | |
| download | rockbox-5215773c9fbd3293f996561893fe5f144f3ffac2.zip rockbox-5215773c9fbd3293f996561893fe5f144f3ffac2.tar.gz rockbox-5215773c9fbd3293f996561893fe5f144f3ffac2.tar.bz2 rockbox-5215773c9fbd3293f996561893fe5f144f3ffac2.tar.xz | |
bootchart.h doesn't need _ansi.h, especially not in a relative path
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@27553 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'firmware/export/bootchart.h')
| -rw-r--r-- | firmware/export/bootchart.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/bootchart.h b/firmware/export/bootchart.h index cad41ee..04f1a73 100644 --- a/firmware/export/bootchart.h +++ b/firmware/export/bootchart.h @@ -22,7 +22,6 @@ #define BOOTCHART_H #include <config.h> #include <stdbool.h> -#include "../include/_ansi.h" #include "logf.h" #include "kernel.h" |