From 0d688600303180bc06368de5ce0b1bd63c4603b5 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 25 Dec 2014 20:53:17 +0000 Subject: ich9deblob: clean up includes in the .c files --- resources/utilities/ich9deblob/gbe/gbe.c | 3 --- resources/utilities/ich9deblob/gbe/gbe.h | 3 +++ 2 files changed, 3 insertions(+), 3 deletions(-) (limited to 'resources/utilities/ich9deblob/gbe') diff --git a/resources/utilities/ich9deblob/gbe/gbe.c b/resources/utilities/ich9deblob/gbe/gbe.c index 7611c8dd..9eee8284 100644 --- a/resources/utilities/ich9deblob/gbe/gbe.c +++ b/resources/utilities/ich9deblob/gbe/gbe.c @@ -23,9 +23,6 @@ * Provide gbe related functions. */ -#include -#include - /* structs describing the data from gbe region */ #include "gbe.h" diff --git a/resources/utilities/ich9deblob/gbe/gbe.h b/resources/utilities/ich9deblob/gbe/gbe.h index 27ad4d75..bfcc0024 100644 --- a/resources/utilities/ich9deblob/gbe/gbe.h +++ b/resources/utilities/ich9deblob/gbe/gbe.h @@ -33,6 +33,9 @@ #ifndef GBESTRUCT_H #define GBESTRUCT_H +#include +#include + /* Size of the full gbe region in bytes */ #define GBEREGIONSIZE_8K 0x2000 /* -- cgit v1.2.3-70-g09d2