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>
This commit is contained in:
David Brownell 2009-11-16 15:27:40 -08:00
parent 2fb58116a5
commit bf97237401
2 changed files with 1 additions and 1 deletions

View File

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

View File

@ -27,7 +27,6 @@
#define ARMV4_5_H
#include "target.h"
#include "log.h"
typedef enum armv4_5_mode
{