mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-06-25 21:41:47 +08:00
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:
@ -43,5 +43,6 @@
|
||||
#include "gdb_assert.h"
|
||||
#include "errors.h"
|
||||
#include "common-types.h"
|
||||
#include "print-utils.h"
|
||||
|
||||
#endif /* COMMON_DEFS_H */
|
||||
|
Reference in New Issue
Block a user