base: remove header file to prevent a macro name collision
This commit is contained in:
parent
cc84eb813c
commit
cc1f5a4d16
1 changed files with 2 additions and 2 deletions
|
@ -28,13 +28,13 @@
|
|||
* Authors: Anthony Gutierrez
|
||||
*/
|
||||
|
||||
#include "base/loader/dtb_object.hh"
|
||||
|
||||
#include <sys/mman.h>
|
||||
#include <err.h>
|
||||
#include <unistd.h>
|
||||
|
||||
#include <cassert>
|
||||
|
||||
#include "base/loader/dtb_object.hh"
|
||||
#include "sim/byteswap.hh"
|
||||
#include "fdt.h"
|
||||
#include "libfdt.h"
|
||||
|
|
Loading…
Reference in a new issue