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.
This commit is contained in:
Gary Benson
2014-07-28 12:03:31 +01:00
parent 8ebb3f5606
commit 0e443c875f
7 changed files with 12 additions and 9 deletions

View File

@ -53,11 +53,6 @@
#include <fcntl.h>
/* First include ansidecl.h so we can use the various macro definitions
here and in all subsequent file inclusions. */
#include "ansidecl.h"
#include "gdb_locale.h"
#include "gdb_wchar.h"