target: less implicit inclusion of "etm.h"

Don't include it in more headers than necessary; just
use it in the few files that actually need it.

Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
David Brownell
2009-11-16 10:19:33 -08:00
parent dc1685ca25
commit 9a98e83b49
9 changed files with 13 additions and 2 deletions

View File

@@ -34,6 +34,7 @@
#include "embeddedice.h"
#include "target_request.h"
#include "arm7_9_common.h"
#include "etm.h"
#include "time_support.h"
#include "arm_simulator.h"
#include "algorithm.h"