summaryrefslogtreecommitdiff
path: root/libguile/debug-malloc.c
diff options
context:
space:
mode:
Diffstat (limited to 'libguile/debug-malloc.c')
-rw-r--r--libguile/debug-malloc.c48
1 files changed, 25 insertions, 23 deletions
diff --git a/libguile/debug-malloc.c b/libguile/debug-malloc.c
index 2f2d0ab74..ac8bf710a 100644
--- a/libguile/debug-malloc.c
+++ b/libguile/debug-malloc.c
@@ -1,21 +1,21 @@
-/* Copyright (C) 2000-2002, 2004, 2006, 2008, 2009, 2018
- * Free Software Foundation, Inc.
- *
- * This library is free software; you can redistribute it and/or
- * modify it under the terms of the GNU Lesser General Public License
- * as published by the Free Software Foundation; either version 3 of
- * the License, or (at your option) any later version.
- *
- * This library is distributed in the hope that it will be useful, but
- * WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * Lesser General Public License for more details.
- *
- * You should have received a copy of the GNU Lesser General Public
- * License along with this library; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
- * 02110-1301 USA
- */
+/* Copyright 2000-2002,2004,2006,2008-2009,2018-2019
+ Free Software Foundation, Inc.
+
+ This file is part of Guile.
+
+ Guile is free software: you can redistribute it and/or modify it
+ under the terms of the GNU Lesser General Public License as published
+ by the Free Software Foundation, either version 3 of the License, or
+ (at your option) any later version.
+
+ Guile is distributed in the hope that it will be useful, but WITHOUT
+ ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
+ FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
+ License for more details.
+
+ You should have received a copy of the GNU Lesser General Public
+ License along with Guile. If not, see
+ <https://www.gnu.org/licenses/>. */
#ifdef HAVE_CONFIG_H
# include <config.h>
@@ -24,11 +24,13 @@
#include <string.h>
#include <stdio.h>
-#include "libguile/_scm.h"
-#include "libguile/alist.h"
-#include "libguile/strings.h"
+#include "alist.h"
+#include "gsubr.h"
+#include "numbers.h"
+#include "strings.h"
+
+#include "debug-malloc.h"
-#include "libguile/debug-malloc.h"
/*
* The following code is a hack which I wrote quickly in order to
@@ -243,6 +245,6 @@ scm_debug_malloc_prehistory ()
void
scm_init_debug_malloc ()
{
-#include "libguile/debug-malloc.x"
+#include "debug-malloc.x"
}