Attention is currently required from: Angel Pons, Anastasia Klimchuk.
Nico Huber would like Angel Pons and Anastasia Klimchuk to review this change.
dummyflasher: Re-arrange includes
Gather library includes at the top.
Change-Id: Ib20a3245cae3206dca1d8f88f705ac3628473f43
Signed-off-by: Nico Huber <nico.huber@secunet.com>
---
M dummyflasher.c
1 file changed, 2 insertions(+), 3 deletions(-)
git pull ssh://review.coreboot.org:29418/flashrom refs/changes/59/55359/1
diff --git a/dummyflasher.c b/dummyflasher.c
index eb3789c..036add6 100644
--- a/dummyflasher.c
+++ b/dummyflasher.c
@@ -18,15 +18,14 @@
#include <stdio.h>
#include <ctype.h>
#include <errno.h>
+#include <sys/types.h>
+#include <sys/stat.h>
#include "flash.h"
#include "chipdrivers.h"
#include "programmer.h"
#include "flashchips.h"
#include "spi.h"
-#include <sys/types.h>
-#include <sys/stat.h>
-
enum emu_chip {
EMULATE_NONE,
EMULATE_ST_M25P10_RES,
To view, visit change 55359. To unsubscribe, or for help writing mail filters, visit settings.