base: remove header file to prevent a macro name collision

This commit is contained in:
Brandon Potter 2016-11-09 14:27:37 -06:00
parent cc84eb813c
commit cc1f5a4d16

View file

@ -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"