summaryrefslogtreecommitdiff
path: root/firmware/stub/vboot_api_stub_init.c
diff options
context:
space:
mode:
Diffstat (limited to 'firmware/stub/vboot_api_stub_init.c')
-rw-r--r--firmware/stub/vboot_api_stub_init.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/firmware/stub/vboot_api_stub_init.c b/firmware/stub/vboot_api_stub_init.c
index 214387a2..e26390dc 100644
--- a/firmware/stub/vboot_api_stub_init.c
+++ b/firmware/stub/vboot_api_stub_init.c
@@ -5,11 +5,9 @@
* Stub implementations of firmware-provided API functions.
*/
-#include <stdint.h>
-
-#define _STUB_IMPLEMENTATION_
#include <stdarg.h>
+#include <stdint.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>