diff options
Diffstat (limited to 'resources/utilities/ich9deblob/gbe')
-rw-r--r-- | resources/utilities/ich9deblob/gbe/gbe.c | 3 | ||||
-rw-r--r-- | resources/utilities/ich9deblob/gbe/gbe.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/resources/utilities/ich9deblob/gbe/gbe.c b/resources/utilities/ich9deblob/gbe/gbe.c index 7611c8d..9eee828 100644 --- a/resources/utilities/ich9deblob/gbe/gbe.c +++ b/resources/utilities/ich9deblob/gbe/gbe.c @@ -23,9 +23,6 @@ * Provide gbe related functions. */ -#include <stdio.h> -#include <string.h> - /* 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 27ad4d7..bfcc002 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 <stdio.h> +#include <string.h> + /* Size of the full gbe region in bytes */ #define GBEREGIONSIZE_8K 0x2000 /* |