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/common/descriptor_gbe.c | 2 -- resources/utilities/ich9deblob/common/x86compatibility.c | 4 +--- resources/utilities/ich9deblob/common/x86compatibility.h | 3 +++ 3 files changed, 4 insertions(+), 5 deletions(-) (limited to 'resources/utilities/ich9deblob/common') diff --git a/resources/utilities/ich9deblob/common/descriptor_gbe.c b/resources/utilities/ich9deblob/common/descriptor_gbe.c index 8aba9dbe..fcb80d01 100644 --- a/resources/utilities/ich9deblob/common/descriptor_gbe.c +++ b/resources/utilities/ich9deblob/common/descriptor_gbe.c @@ -21,8 +21,6 @@ * along with this program. If not, see . */ -#include -#include #include "descriptor_gbe.h" /* diff --git a/resources/utilities/ich9deblob/common/x86compatibility.c b/resources/utilities/ich9deblob/common/x86compatibility.c index 46c60a7d..505a37d9 100644 --- a/resources/utilities/ich9deblob/common/x86compatibility.c +++ b/resources/utilities/ich9deblob/common/x86compatibility.c @@ -20,9 +20,7 @@ * You should have received a copy of the GNU General Public License * along with this program. If not, see . */ - -#include -#include + #include "x86compatibility.h" /* diff --git a/resources/utilities/ich9deblob/common/x86compatibility.h b/resources/utilities/ich9deblob/common/x86compatibility.h index 05f77f8c..d9d5bdb3 100644 --- a/resources/utilities/ich9deblob/common/x86compatibility.h +++ b/resources/utilities/ich9deblob/common/x86compatibility.h @@ -24,6 +24,9 @@ #ifndef X86COMPATIBILITY_H #define X86COMPATIBILITY_H +#include +#include + #include "../descriptor/descriptor.h" /* structs describing what's in the descriptor region */ #include "../gbe/gbe.h" /* structs describing what's in the gbe region */ -- cgit v1.2.3-70-g09d2