From 0d688600303180bc06368de5ce0b1bd63c4603b5 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 25 Dec 2014 15:53:17 -0500 Subject: ich9deblob: clean up includes in the .c files --- (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 8aba9db..fcb80d0 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 46c60a7..505a37d 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 05f77f8..d9d5bdb 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 v0.9.1