Audit and eliminate redundant #include directives from src/server.
git-svn-id: svn://svn.berlios.de/openocd/trunk@1709 b42882b7-edfa-0310-969c-e2dbd0fdcd60
This commit is contained in:
@@ -27,8 +27,8 @@
|
||||
#define GDB_SERVER_H
|
||||
|
||||
#include "target.h"
|
||||
#include "server.h"
|
||||
#include "image.h"
|
||||
|
||||
struct image_s;
|
||||
|
||||
#define GDB_BUFFER_SIZE 16384
|
||||
|
||||
@@ -39,7 +39,7 @@ typedef struct gdb_connection_s
|
||||
int buf_cnt;
|
||||
int ctrl_c;
|
||||
enum target_state frontend_state;
|
||||
image_t *vflash_image;
|
||||
struct image_s *vflash_image;
|
||||
int closed;
|
||||
int busy;
|
||||
int noack_mode;
|
||||
|
||||
Reference in New Issue
Block a user