diff options
author | Ludovic Courtès <ludo@gnu.org> | 2009-12-15 20:20:38 +0100 |
---|---|---|
committer | Ludovic Courtès <ludo@gnu.org> | 2009-12-15 20:20:38 +0100 |
commit | bc4adf173935b7f5e975be3973a0be4d681ac82d (patch) | |
tree | 9a66e7e94cd0bef8583bd62f37e85cb847ffa7df /test-suite/standalone/test-list.c | |
parent | 1cd4fffcde4edd4853e039da9a42e0972d851a51 (diff) | |
download | guile-bc4adf173935b7f5e975be3973a0be4d681ac82d.tar.gz |
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>.
Diffstat (limited to 'test-suite/standalone/test-list.c')
-rw-r--r-- | test-suite/standalone/test-list.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/test-suite/standalone/test-list.c b/test-suite/standalone/test-list.c index 824463447..b298a4eae 100644 --- a/test-suite/standalone/test-list.c +++ b/test-suite/standalone/test-list.c @@ -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 |