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:
Gary Benson
2014-10-08 09:33:22 +01:00
parent c765fdb902
commit 6f1947e8a2
6 changed files with 11 additions and 3 deletions

View File

@@ -21,7 +21,6 @@
#ifndef UTILS_H
#define UTILS_H
#include "cleanups.h"
#include "exceptions.h"
extern void initialize_utils (void);