minor include cleanups

Signed-off-by: Stefan Reinauer <stepan@coresystems.de>
Acked-by: Stefan Reinauer <stepan@coresystems.de>



git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5861 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
This commit is contained in:
Stefan Reinauer 2010-09-27 18:48:15 +00:00 committed by Stefan Reinauer
parent 7ac4c26177
commit 2dd1ded197
3 changed files with 1 additions and 3 deletions

View File

@ -19,7 +19,6 @@
*/
#include <stdio.h>
#include <stdint.h>
#include <string.h>
#include "common.h"
#include "cbfs.h"

View File

@ -18,6 +18,7 @@
*/
#include <stdio.h>
#include <stdint.h>
#include <stdlib.h>
#include <unistd.h>
#include <sys/io.h>

View File

@ -20,8 +20,6 @@
#ifndef _EC_H
#define _EC_H
#include <stdint.h>
#define EC_DATA 0x62
#define EC_SC 0x66