mirror of
https://github.com/bminor/binutils-gdb.git
synced 2025-11-16 04:24:43 +00:00
Do not include cleanups.h from common-defs.h
Most code doesn't use cleanups any more, so remove the include of cleanups.h from common-defs.h, and then only include that file where it is truly needed. Approved-By: Simon Marchi <simon.marchi@efficios.com>
This commit is contained in:
@@ -216,7 +216,6 @@
|
||||
#include "errors.h"
|
||||
#include "print-utils.h"
|
||||
#include "common-debug.h"
|
||||
#include "cleanups.h"
|
||||
#include "common-exceptions.h"
|
||||
#include "gdbsupport/poison.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user