diff options
Diffstat (limited to 'libguile/gdbint.c')
-rw-r--r-- | libguile/gdbint.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/libguile/gdbint.c b/libguile/gdbint.c index 73c00a1f6..b40493e61 100644 --- a/libguile/gdbint.c +++ b/libguile/gdbint.c @@ -1,5 +1,5 @@ /* GDB interface for Guile - * Copyright (C) 1996, 1997 Free Software Foundation + * Copyright (C) 1996, 1997, 1999 Free Software Foundation * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -63,9 +63,6 @@ * 3. Prevent print from causing segmentation fault when given broken pairs */ -#include <stdio.h> -#include "_scm.h" - #define GDB_TYPE SCM #include "gdb_interface.h" |