target: don't include "log.h" from "armv4_5.h"
No point in multiple includes, and that file doesn't use its functions any more. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>__archive__
parent
2fb58116a5
commit
bf97237401
|
@ -29,6 +29,7 @@
|
|||
#include "arm_simulator.h"
|
||||
#include "binarybuffer.h"
|
||||
#include "register.h"
|
||||
#include "log.h"
|
||||
|
||||
|
||||
static uint32_t arm_shift(uint8_t shift, uint32_t Rm,
|
||||
|
|
|
@ -27,7 +27,6 @@
|
|||
#define ARMV4_5_H
|
||||
|
||||
#include "target.h"
|
||||
#include "log.h"
|
||||
|
||||
typedef enum armv4_5_mode
|
||||
{
|
||||
|
|
Loading…
Reference in New Issue