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

@ -19,8 +19,6 @@
#ifndef UTILS_H
#define UTILS_H
#include "print-utils.h"
void fatal (const char *string,...) ATTRIBUTE_NORETURN ATTRIBUTE_PRINTF (1, 2);
char *paddress (CORE_ADDR addr);
char *pfildes (gdb_fildes_t fd);