target: no implicit #includes of "register.h"
Same deal: "register.h" got needlessly included all over the place because of being in a few widely included headers. So take it out of the header files which included it, and put it in files which use it ... reduce needless interdependencies. Also, don't need that extra "types.h" inclusion. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -36,6 +36,7 @@
|
||||
#include "target_request.h"
|
||||
#include "target_type.h"
|
||||
#include "arm_disassembler.h"
|
||||
#include "register.h"
|
||||
|
||||
|
||||
/* NOTE: most of this should work fine for the Cortex-M1 and
|
||||
|
||||
Reference in New Issue
Block a user