Remove unused uart.h includes

Signed-off-by: Randall Spangler <rspangler@chromium.org>

BUG=none
TEST=none

Change-Id: I8f9c6e67427a5c7f2c42754b421db44504f9c10d
This commit is contained in:
Randall Spangler
2012-04-25 15:56:10 -07:00
parent 1aa57e140e
commit 5cd6f3cf7f
7 changed files with 0 additions and 7 deletions

View File

@@ -8,7 +8,6 @@
#include "flash.h"
#include "registers.h"
#include "timer.h"
#include "uart.h"
#include "util.h"
#include "watchdog.h"

View File

@@ -12,7 +12,6 @@
#include "registers.h"
#include "task.h"
#include "timer.h"
#include "uart.h"
#include "util.h"

View File

@@ -16,7 +16,6 @@
#include "spi.h"
#include "task.h"
#include "timer.h"
#include "uart.h"
#include "util.h"

View File

@@ -9,7 +9,6 @@
#include "flash.h"
#include "gpio.h"
#include "registers.h"
#include "uart.h"
#include "util.h"
#define PERSIST_STATE_VERSION 1

View File

@@ -7,7 +7,6 @@
#include "hooks.h"
#include "link_defs.h"
#include "uart.h"
#include "util.h"
struct hook_ptrs {

View File

@@ -18,7 +18,6 @@
#include "system.h"
#include "task.h"
#include "timer.h"
#include "uart.h"
#include "util.h"
#include "x86_power.h"

View File

@@ -15,7 +15,6 @@
#include "task.h"
#include "temp_sensor.h"
#include "tmp006.h"
#include "uart.h"
#include "util.h"
/* Defined in board_temp_sensor.c. */