Move print-utils.h to common-defs.h

This commit moves the inclusion of print-utils.h to common-defs.h
and removes all other inclusions.

gdb/ChangeLog:

	* common/common-defs.h: Include print-utils.h.
	* utils.h: Do not include print-utils.h.

gdb/gdbserver/ChangeLog:

	* utils.h: Do not include print-utils.h.
This commit is contained in:
Gary Benson
2014-07-30 16:14:21 +01:00
parent 9239eeabe3
commit f6e94d78b2
5 changed files with 10 additions and 3 deletions

View File

@ -43,5 +43,6 @@
#include "gdb_assert.h"
#include "errors.h"
#include "common-types.h"
#include "print-utils.h"
#endif /* COMMON_DEFS_H */