Browse Source

target: remove some more duplicate includes

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
tags/v0.4.0-rc1
David Brownell 14 years ago
parent
commit
a2df544fd9
4 changed files with 1 additions and 4 deletions
  1. +0
    -1
      src/target/arm11.c
  2. +0
    -1
      src/target/arm7_9_common.c
  3. +0
    -1
      src/target/cortex_a8.c
  4. +1
    -1
      src/target/xscale.c

+ 0
- 1
src/target/arm11.c View File

@@ -27,7 +27,6 @@
#endif

#include "etm.h"
#include "arm11.h"
#include "breakpoints.h"
#include "arm11_dbgtap.h"
#include "arm_simulator.h"


+ 0
- 1
src/target/arm7_9_common.c View File

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


+ 0
- 1
src/target/cortex_a8.c View File

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


+ 1
- 1
src/target/xscale.c View File

@@ -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…
Cancel
Save