1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 14:00:21 +02:00

Remove unneeded #include <assert.h>.

* libguile/backtrace.c, libguile/eval.c, libguile/gc.c,
  libguile/goops.c, libguile/memoize.c, libguile/threads.c,
  libguile/uniform.c, libguile/vm.c,
  test-suite/standalone/test-conversion.c,
  test-suite/standalone/test-list.c: Don't include <assert.h>.
This commit is contained in:
Ludovic Courtès 2009-12-15 20:20:38 +01:00
parent 1cd4fffcde
commit bc4adf1739
10 changed files with 1 additions and 13 deletions

View file

@ -23,7 +23,6 @@
#include <stdio.h>
#include <ctype.h>
#include <assert.h>
#include "libguile/_scm.h"

View file

@ -27,7 +27,6 @@
#include "libguile/__scm.h"
#include <assert.h>
#include "libguile/_scm.h"
#include "libguile/alist.h"
#include "libguile/async.h"

View file

@ -27,7 +27,6 @@
#include <stdio.h>
#include <errno.h>
#include <string.h>
#include <assert.h>
#ifdef __ia64__
#include <ucontext.h>

View file

@ -30,7 +30,6 @@
#endif
#include <stdio.h>
#include <assert.h>
#include "libguile/_scm.h"
#include "libguile/alist.h"

View file

@ -24,8 +24,6 @@
#endif
#include "libguile/__scm.h"
#include <assert.h>
#include "libguile/_scm.h"
#include "libguile/continuations.h"
#include "libguile/eq.h"

View file

@ -29,7 +29,6 @@
#include <unistd.h>
#endif
#include <stdio.h>
#include <assert.h>
#ifdef HAVE_STRING_H
#include <string.h> /* for memset used by FD_ZERO on Solaris 10 */

View file

@ -23,8 +23,6 @@
# include <config.h>
#endif
#include <assert.h>
#include "libguile/_scm.h"
#include "libguile/__scm.h"

View file

@ -23,7 +23,6 @@
#include <stdlib.h>
#include <alloca.h>
#include <string.h>
#include <assert.h>
#include "libguile/bdw-gc.h"
#include <gc/gc_mark.h>

View file

@ -23,7 +23,6 @@
#include <libguile.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
#ifdef HAVE_INTTYPES_H

View file

@ -1,6 +1,6 @@
/* test-list.c - exercise libguile/list.c functions */
/* Copyright (C) 2006, 2008 Free Software Foundation, Inc.
/* Copyright (C) 2006, 2008, 2009 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
@ -25,7 +25,6 @@
#include <libguile.h>
#include <stdio.h>
#include <assert.h>
#include <string.h>
/* pretty trivial, but ensure this entrypoint exists, since it was