diff options
Diffstat (limited to 'resources/utilities/ich9deblob/descriptor')
-rw-r--r-- | resources/utilities/ich9deblob/descriptor/descriptor.c | 3 | ||||
-rw-r--r-- | resources/utilities/ich9deblob/descriptor/descriptor.h | 3 |
2 files changed, 3 insertions, 3 deletions
diff --git a/resources/utilities/ich9deblob/descriptor/descriptor.c b/resources/utilities/ich9deblob/descriptor/descriptor.c index 256c60af..aa3d84e5 100644 --- a/resources/utilities/ich9deblob/descriptor/descriptor.c +++ b/resources/utilities/ich9deblob/descriptor/descriptor.c @@ -23,9 +23,6 @@ * Provide descriptor related functions. */ -#include <stdio.h> -#include <string.h> - /* structs describing the data in descriptor region */ #include "descriptor.h" diff --git a/resources/utilities/ich9deblob/descriptor/descriptor.h b/resources/utilities/ich9deblob/descriptor/descriptor.h index 3841fdc8..863b8945 100644 --- a/resources/utilities/ich9deblob/descriptor/descriptor.h +++ b/resources/utilities/ich9deblob/descriptor/descriptor.h @@ -31,6 +31,9 @@ #ifndef DESCRIPTORSTRUCT_H #define DESCRIPTORSTRUCT_H +#include <stdio.h> +#include <string.h> + /* size of the descriptor in bytes */ #define DESCRIPTORREGIONSIZE 0x1000 |