target: remove some more duplicate includes
Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>__archive__
parent
e722396890
commit
a2df544fd9
|
@ -27,7 +27,6 @@
|
|||
#endif
|
||||
|
||||
#include "etm.h"
|
||||
#include "arm11.h"
|
||||
#include "breakpoints.h"
|
||||
#include "arm11_dbgtap.h"
|
||||
#include "arm_simulator.h"
|
||||
|
|
|
@ -33,7 +33,6 @@
|
|||
#include "breakpoints.h"
|
||||
#include "embeddedice.h"
|
||||
#include "target_request.h"
|
||||
#include "arm7_9_common.h"
|
||||
#include "etm.h"
|
||||
#include "time_support.h"
|
||||
#include "arm_simulator.h"
|
||||
|
|
|
@ -35,7 +35,6 @@
|
|||
|
||||
#include "breakpoints.h"
|
||||
#include "cortex_a8.h"
|
||||
#include "armv4_5.h"
|
||||
#include "register.h"
|
||||
#include "target_request.h"
|
||||
#include "target_type.h"
|
||||
|
|
|
@ -30,7 +30,7 @@
|
|||
#include "breakpoints.h"
|
||||
#include "xscale.h"
|
||||
#include "target_type.h"
|
||||
#include "arm7_9_common.h"
|
||||
#include "arm_jtag.h"
|
||||
#include "arm_simulator.h"
|
||||
#include "arm_disassembler.h"
|
||||
#include "time_support.h"
|
||||
|
|
Loading…
Reference in New Issue