From 1097b09af2d386900621a7733bd70a135929df32 Mon Sep 17 00:00:00 2001 From: Francis Rowe Date: Thu, 25 Dec 2014 15:47:53 -0500 Subject: ich9deblob: move x86compatibility.c and .h to /common --- (limited to 'resources/utilities/ich9deblob/ich9deblob.c') diff --git a/resources/utilities/ich9deblob/ich9deblob.c b/resources/utilities/ich9deblob/ich9deblob.c index 6a4297c..5c607d8 100644 --- a/resources/utilities/ich9deblob/ich9deblob.c +++ b/resources/utilities/ich9deblob/ich9deblob.c @@ -46,10 +46,10 @@ #include #include -#include "common/descriptor_gbe.h" /* common descriptor/gbe functions used by ich9deblob */ -#include "descriptor/descriptor.h" /* structs describing what's in the descriptor region */ -#include "gbe/gbe.h" /* structs describing what's in the gbe region */ -#include "x86compatibility.h" /* system/compiler compatibility checks. This code is not portable. */ +#include "common/descriptor_gbe.h" /* common descriptor/gbe functions used by ich9deblob */ +#include "descriptor/descriptor.h" /* structs describing what's in the descriptor region */ +#include "gbe/gbe.h" /* structs describing what's in the gbe region */ +#include "common/x86compatibility.h" /* system/compiler compatibility checks. This code is not portable. */ int main(int argc, char *argv[]) { -- cgit v0.9.1