forked from Imagelibrary/binutils-gdb
Move gdb/signals.h to common-defs.h
This commit moves the inclusion of gdb/signals.h to common-defs.h and removes all other inclusions. gdb/ 2014-08-07 Gary Benson <gbenson@redhat.com> * common/common-defs.h: Include gdb/signals.h. * defs.h: Do not include gdb/signals.h. gdb/gdbserver/ 2014-08-07 Gary Benson <gbenson@redhat.com> * server.h: Do not include gdb/signals.h. * win32-low.c: Likewise.
This commit is contained in:
@@ -20,7 +20,6 @@
|
||||
|
||||
#include "server.h"
|
||||
#include "regcache.h"
|
||||
#include "gdb/signals.h"
|
||||
#include "gdb/fileio.h"
|
||||
#include "mem-break.h"
|
||||
#include "win32-low.h"
|
||||
|
||||
Reference in New Issue
Block a user