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:
@@ -21,7 +21,6 @@
|
||||
#ifndef UTILS_H
|
||||
#define UTILS_H
|
||||
|
||||
#include "cleanups.h"
|
||||
#include "exceptions.h"
|
||||
|
||||
extern void initialize_utils (void);
|
||||
|
||||
Reference in New Issue
Block a user