From 5215773c9fbd3293f996561893fe5f144f3ffac2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C3=ABl=20Carr=C3=A9?= Date: Sun, 25 Jul 2010 15:28:24 +0000 Subject: [PATCH] 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 --- firmware/export/bootchart.h | 1 - 1 file changed, 1 deletion(-) 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 @@ #define BOOTCHART_H #include #include -#include "../include/_ansi.h" #include "logf.h" #include "kernel.h"