mirror of
https://github.com/linux-msm/openocd.git
synced 2026-02-25 13:15:07 -08:00
#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:
@@ -27,12 +27,12 @@
|
||||
#include "config.h"
|
||||
#endif
|
||||
|
||||
#include "gdb_server.h"
|
||||
#include "breakpoints.h"
|
||||
#include "target_request.h"
|
||||
#include "register.h"
|
||||
#include "server.h"
|
||||
#include "flash.h"
|
||||
#include "gdb_server.h"
|
||||
#include "image.h"
|
||||
#include "jtag.h"
|
||||
|
||||
|
||||
@@ -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