| Index: vboot_firmware/include/utility.h
|
| diff --git a/vboot_firmware/include/utility.h b/vboot_firmware/include/utility.h
|
| index 9ce91537a9ba6812b0ad132208af4e077b08d2e9..4cfb076b0ef7e3bfbbf968a13357600177830c1c 100644
|
| --- a/vboot_firmware/include/utility.h
|
| +++ b/vboot_firmware/include/utility.h
|
| @@ -10,8 +10,7 @@
|
| #ifndef VBOOT_REFERENCE_UTILITY_H_
|
| #define VBOOT_REFERENCE_UTILITY_H_
|
|
|
| -#include <stdint.h>
|
| -#include <string.h>
|
| +#include "sysincludes.h"
|
|
|
| /* Outputs an error message and quits. */
|
| void error(const char *format, ...);
|
|
|