summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Blandy <jimb@red-bean.com>1999-07-19 07:52:07 +0000
committerJim Blandy <jimb@red-bean.com>1999-07-19 07:52:07 +0000
commit62f36a0d275e4ab588a270e73a610e306ddc12cb (patch)
tree4c108ceacb33be5ce4da1feb69ff30d2b6d16d56
parentdef804a3812d8264b0c35e257cdea1de34d58df8 (diff)
downloadguile-62f36a0d275e4ab588a270e73a610e306ddc12cb.tar.gz
* gdbint.c: Don't include <stdio.h> and "_scm.h" twice.
* gsubr.c: Don't include "gsubr.h" twice.
-rw-r--r--libguile/gdbint.c5
-rw-r--r--libguile/gsubr.c4
2 files changed, 2 insertions, 7 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"
diff --git a/libguile/gsubr.c b/libguile/gsubr.c
index 38acf1626..ef9a62f06 100644
--- a/libguile/gsubr.c
+++ b/libguile/gsubr.c
@@ -1,4 +1,4 @@
-/* Copyright (C) 1995,1996,1997,1998 Free Software Foundation, Inc.
+/* Copyright (C) 1995,1996,1997,1998, 1999 Free Software Foundation, Inc.
*
* 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
@@ -53,8 +53,6 @@
* and rest arguments.
*/
-#include "gsubr.h"
-
/* #define GSUBR_TEST */
SCM scm_i_name;