Author: stepan Date: Mon Sep 27 20:48:15 2010 New Revision: 5861 URL: https://tracker.coreboot.org/trac/coreboot/changeset/5861
Log: minor include cleanups Signed-off-by: Stefan Reinauer stepan@coresystems.de Acked-by: Stefan Reinauer stepan@coresystems.de
Modified: trunk/util/cbfstool/cbfstool.c trunk/util/ectool/ec.c trunk/util/ectool/ec.h
Modified: trunk/util/cbfstool/cbfstool.c ============================================================================== --- trunk/util/cbfstool/cbfstool.c Mon Sep 27 20:03:18 2010 (r5860) +++ trunk/util/cbfstool/cbfstool.c Mon Sep 27 20:48:15 2010 (r5861) @@ -19,7 +19,6 @@ */
#include <stdio.h> -#include <stdint.h> #include <string.h> #include "common.h" #include "cbfs.h"
Modified: trunk/util/ectool/ec.c ============================================================================== --- trunk/util/ectool/ec.c Mon Sep 27 20:03:18 2010 (r5860) +++ trunk/util/ectool/ec.c Mon Sep 27 20:48:15 2010 (r5861) @@ -18,6 +18,7 @@ */
#include <stdio.h> +#include <stdint.h> #include <stdlib.h> #include <unistd.h> #include <sys/io.h>
Modified: trunk/util/ectool/ec.h ============================================================================== --- trunk/util/ectool/ec.h Mon Sep 27 20:03:18 2010 (r5860) +++ trunk/util/ectool/ec.h Mon Sep 27 20:48:15 2010 (r5861) @@ -20,8 +20,6 @@ #ifndef _EC_H #define _EC_H
-#include <stdint.h> - #define EC_DATA 0x62 #define EC_SC 0x66