diff options
Diffstat (limited to 'gdb/cleanups.c')
-rw-r--r-- | gdb/cleanups.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gdb/cleanups.c b/gdb/cleanups.c index e5291ab..ddf8e5b 100644 --- a/gdb/cleanups.c +++ b/gdb/cleanups.c @@ -18,7 +18,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "defs.h" -#include "gdb_assert.h" /* The cleanup list records things that have to be undone if an error happens (descriptors to be closed, memory to be freed, etc.) |