target: don't implicitly include "breakpoint.h"
Most files in the tree seem to have ended up including this, and *quite* needlessly ... only code implementing or using breakpoints actually needs these declarations. So take it out of the header files which included it, and put it in files which use it ... reduce needless interdependencies. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -28,13 +28,14 @@
|
||||
|
||||
#include <stddef.h>
|
||||
|
||||
#include "breakpoints.h"
|
||||
#include "algorithm.h"
|
||||
#include "command.h"
|
||||
|
||||
struct reg;
|
||||
struct trace;
|
||||
struct command_context;
|
||||
struct breakpoint;
|
||||
struct watchpoint;
|
||||
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user