From f46f3f356f684a20d1ccb50c943536591a7697f3 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Wed, 10 Dec 2014 20:12:01 -0700 Subject: bios_emulator: Correct ordering of includes We should include common.h before other includes. This actually causes a build error on chromebook_link. Signed-off-by: Simon Glass --- drivers/bios_emulator/bios.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'drivers/bios_emulator/bios.c') diff --git a/drivers/bios_emulator/bios.c b/drivers/bios_emulator/bios.c index 152d70a778..dd4c0a4f32 100644 --- a/drivers/bios_emulator/bios.c +++ b/drivers/bios_emulator/bios.c @@ -42,8 +42,8 @@ ****************************************************************************/ #define __io -#include #include +#include #include "biosemui.h" /*----------------------------- Implementation ----------------------------*/ -- cgit v1.2.1