diff options
author | Gary Benson <gbenson@redhat.com> | 2014-07-28 12:03:31 +0100 |
---|---|---|
committer | Gary Benson <gbenson@redhat.com> | 2014-08-07 09:06:40 +0100 |
commit | 0e443c875f4f3f2dcaf9cc09d2518139fee0e76b (patch) | |
tree | 04f473aaebfcfff81c59e082939568acddb26d4d /gdb/gdbserver | |
parent | 8ebb3f5606b361b30e854335fa5a9ce0fd018d41 (diff) | |
download | gdb-0e443c875f4f3f2dcaf9cc09d2518139fee0e76b.zip gdb-0e443c875f4f3f2dcaf9cc09d2518139fee0e76b.tar.gz gdb-0e443c875f4f3f2dcaf9cc09d2518139fee0e76b.tar.bz2 |
Move ansidecl.h to common-defs.h
This commit moves the inclusion of ansidecl.h to common-defs.h and
removes all other inclusions.
gdb/
2014-08-07 Gary Benson <gbenson@redhat.com>
* common/common-defs.h: Include ansidecl.h.
* defs.h: Do not include ansidecl.h.
* common/buffer.h: Likewise.
* common/common-utils.h: Likewise.
gdb/gdbserver/
2014-08-07 Gary Benson <gbenson@redhat.com>
* server.h: Do not include ansidecl.h.
Diffstat (limited to 'gdb/gdbserver')
-rw-r--r-- | gdb/gdbserver/ChangeLog | 4 | ||||
-rw-r--r-- | gdb/gdbserver/server.h | 1 |
2 files changed, 4 insertions, 1 deletions
diff --git a/gdb/gdbserver/ChangeLog b/gdb/gdbserver/ChangeLog index 90d40ed..9d0c7b3 100644 --- a/gdb/gdbserver/ChangeLog +++ b/gdb/gdbserver/ChangeLog @@ -1,5 +1,9 @@ 2014-08-07 Gary Benson <gbenson@redhat.com> + * server.h: Do not include ansidecl.h. + +2014-08-07 Gary Benson <gbenson@redhat.com> + * linux-x86-low.c: Do not include stddef.h. * lynx-ppc-low.c: Likewise. * tracepoint.c: Likewise. diff --git a/gdb/gdbserver/server.h b/gdb/gdbserver/server.h index 9d7fd99..061cdcd 100644 --- a/gdb/gdbserver/server.h +++ b/gdb/gdbserver/server.h @@ -26,7 +26,6 @@ #endif #include "libiberty.h" -#include "ansidecl.h" #include "version.h" #ifdef HAVE_ERRNO_H |