forked from Imagelibrary/binutils-gdb
Include cleanups.h in common-defs.h
This commit includes cleanups.h in common-defs.h and removes all other inclusions. gdb/ChangeLog: * common/common-defs.h: Include cleanups.h. * common/common-exceptions.c: Do not include cleanups.h. * utils.h: Likewise. gdb/gdbserver/ChangeLog: * server.h: Do not include cleanups.h.
This commit is contained in:
@@ -19,7 +19,6 @@
|
||||
|
||||
#include "common-defs.h"
|
||||
#include "common-exceptions.h"
|
||||
#include "cleanups.h"
|
||||
|
||||
/* Possible catcher states. */
|
||||
enum catcher_state {
|
||||
|
||||
Reference in New Issue
Block a user