summaryrefslogtreecommitdiffstats
path: root/resources/utilities/ich9deblob/common
diff options
context:
space:
mode:
authorFrancis Rowe <info@gluglug.org.uk>2014-12-25 15:53:17 (EST)
committer Francis Rowe <info@gluglug.org.uk>2014-12-25 15:53:17 (EST)
commit0d688600303180bc06368de5ce0b1bd63c4603b5 (patch)
treeffc1b9379da41835b0a87168b09a64395a1c46fc /resources/utilities/ich9deblob/common
parent1097b09af2d386900621a7733bd70a135929df32 (diff)
downloadlibreboot-0d688600303180bc06368de5ce0b1bd63c4603b5.zip
libreboot-0d688600303180bc06368de5ce0b1bd63c4603b5.tar.gz
libreboot-0d688600303180bc06368de5ce0b1bd63c4603b5.tar.bz2
ich9deblob: clean up includes in the .c files
Diffstat (limited to 'resources/utilities/ich9deblob/common')
-rw-r--r--resources/utilities/ich9deblob/common/descriptor_gbe.c2
-rw-r--r--resources/utilities/ich9deblob/common/x86compatibility.c4
-rw-r--r--resources/utilities/ich9deblob/common/x86compatibility.h3
3 files changed, 4 insertions, 5 deletions
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 <http://www.gnu.org/licenses/>.
*/
-#include <stdio.h>
-#include <string.h>
#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 <http://www.gnu.org/licenses/>.
*/
-
-#include <stdio.h>
-#include <string.h>
+
#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 <stdio.h>
+#include <string.h>
+
#include "../descriptor/descriptor.h" /* structs describing what's in the descriptor region */
#include "../gbe/gbe.h" /* structs describing what's in the gbe region */