summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRafaël Carré <rafael.carre@gmail.com>2010-07-25 15:28:24 +0000
committerRafaël Carré <rafael.carre@gmail.com>2010-07-25 15:28:24 +0000
commit5215773c9fbd3293f996561893fe5f144f3ffac2 (patch)
tree76ae68cd34ed7a9a6f6f2258ae74d1ca3839fec7
parent2e73e5fdcb0b4f23a3dfdd5666cc18136a39ac96 (diff)
downloadrockbox-5215773c9fbd3293f996561893fe5f144f3ffac2.tar.gz
rockbox-5215773c9fbd3293f996561893fe5f144f3ffac2.zip
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
-rw-r--r--firmware/export/bootchart.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/firmware/export/bootchart.h b/firmware/export/bootchart.h
index cad41ee50c..04f1a73670 100644
--- a/firmware/export/bootchart.h
+++ b/firmware/export/bootchart.h
@@ -22,7 +22,6 @@
22#define BOOTCHART_H 22#define BOOTCHART_H
23#include <config.h> 23#include <config.h>
24#include <stdbool.h> 24#include <stdbool.h>
25#include "../include/_ansi.h"
26#include "logf.h" 25#include "logf.h"
27#include "kernel.h" 26#include "kernel.h"
28 27