Merge "Remove unused uart.h includes"

This commit is contained in:
Gerrit
2012-04-25 16:56:04 -07:00
committed by Gerrit Code Review
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. */