aboutsummaryrefslogtreecommitdiff
path: root/gdb/common
diff options
context:
space:
mode:
authorGary Benson <gbenson@redhat.com>2014-07-28 14:09:12 +0100
committerGary Benson <gbenson@redhat.com>2014-08-07 09:06:42 +0100
commitcb9f1a9bcdd26a6f460a033e641804ba798937fc (patch)
tree4e4a9e0be5c3e1db91d6f994e6bd8a0a700bafc8 /gdb/common
parenta5fceff840e2928ee7a5cc34196b639d7e65016b (diff)
downloadfsf-binutils-gdb-cb9f1a9bcdd26a6f460a033e641804ba798937fc.zip
fsf-binutils-gdb-cb9f1a9bcdd26a6f460a033e641804ba798937fc.tar.gz
fsf-binutils-gdb-cb9f1a9bcdd26a6f460a033e641804ba798937fc.tar.bz2
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.
Diffstat (limited to 'gdb/common')
-rw-r--r--gdb/common/common-defs.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gdb/common/common-defs.h b/gdb/common/common-defs.h
index b31b3b8..9c6001e 100644
--- a/gdb/common/common-defs.h
+++ b/gdb/common/common-defs.h
@@ -34,5 +34,6 @@
#include "ansidecl.h"
#include "libiberty.h"
#include "pathmax.h"
+#include "gdb/signals.h"
#endif /* COMMON_DEFS_H */