aboutsummaryrefslogtreecommitdiff
path: root/gdb/defs.h
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/defs.h
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/defs.h')
-rw-r--r--gdb/defs.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gdb/defs.h b/gdb/defs.h
index 189de74..a5a1204 100644
--- a/gdb/defs.h
+++ b/gdb/defs.h
@@ -54,9 +54,6 @@
#include "gdb_wchar.h"
-/* For ``enum gdb_signal''. */
-#include "gdb/signals.h"
-
#include "ui-file.h"
#include "host-defs.h"