forked from Imagelibrary/binutils-gdb
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:
@@ -23,7 +23,6 @@
|
||||
|
||||
#include "cleanups.h"
|
||||
#include "exceptions.h"
|
||||
#include "print-utils.h"
|
||||
|
||||
extern void initialize_utils (void);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user