#include "target.h" less wildly
Don't include "target.h" from more headers than necessary. This avoids needless interdependencies and duplicated include paths. Don't needlessly include it in source files, either. Signed-off-by: David Brownell <dbrownell@users.sourceforge.net>
This commit is contained in:
@@ -26,8 +26,6 @@
|
||||
#ifndef GDB_SERVER_H
|
||||
#define GDB_SERVER_H
|
||||
|
||||
#include "target.h"
|
||||
|
||||
struct image;
|
||||
|
||||
#define GDB_BUFFER_SIZE 16384
|
||||
|
||||
Reference in New Issue
Block a user