target: less implicit inclusion of "command.h"
Lots of files still include it, often through needless duplicate inclusion of "log.h"; sigh. This cleans up the inclusion graph a bunch, so there are fewer inclusion paths, but it doesn't change much otherwise. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -27,7 +27,6 @@
|
||||
#include "armv4_5.h"
|
||||
#include "arm_disassembler.h"
|
||||
#include "arm_simulator.h"
|
||||
#include "log.h"
|
||||
#include "binarybuffer.h"
|
||||
|
||||
|
||||
|
||||
@@ -28,7 +28,6 @@
|
||||
|
||||
#include "register.h"
|
||||
#include "target.h"
|
||||
#include "log.h"
|
||||
#include "etm.h"
|
||||
|
||||
typedef enum armv4_5_mode
|
||||
|
||||
@@ -27,7 +27,6 @@
|
||||
|
||||
#include "target.h"
|
||||
#include "register.h"
|
||||
#include "log.h"
|
||||
#include "binarybuffer.h"
|
||||
#include "command.h"
|
||||
|
||||
|
||||
@@ -21,7 +21,6 @@
|
||||
|
||||
#include "register.h"
|
||||
#include "target.h"
|
||||
#include "log.h"
|
||||
#include "arm_adi_v5.h"
|
||||
#include "armv4_5.h"
|
||||
#include "armv4_5_mmu.h"
|
||||
|
||||
@@ -27,8 +27,8 @@
|
||||
#define TARGET_H
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "command.h"
|
||||
#include "types.h"
|
||||
#include "jim.h"
|
||||
|
||||
struct reg;
|
||||
struct trace;
|
||||
@@ -230,7 +230,7 @@ enum target_event
|
||||
|
||||
struct target_event_action {
|
||||
enum target_event event;
|
||||
Jim_Obj *body;
|
||||
struct Jim_Obj *body;
|
||||
int has_percent;
|
||||
struct target_event_action *next;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user