X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flanguage%2Ftests%2Fpool-test.c;h=fef3ca61361e03df418b91811a71b037d30f0d32;hb=7579fa32442ac9b623043f8cd995d9b6aa550e51;hp=86d50fccf8b8a00740f6cb82d74f2b496878fff3;hpb=dcf9b154cbcaa35c3d8459a201b77eec8bcb30bd;p=pspp-builds.git diff --git a/src/language/tests/pool-test.c b/src/language/tests/pool-test.c index 86d50fcc..fef3ca61 100644 --- a/src/language/tests/pool-test.c +++ b/src/language/tests/pool-test.c @@ -1,6 +1,5 @@ /* PSPP - computes sample statistics. Copyright (C) 2000 Free Software Foundation, Inc. - Written by Ben Pfaff . This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as @@ -18,8 +17,8 @@ 02110-1301, USA. */ #include -#include "pool.h" -#include "command.h" +#include +#include #include #include #include @@ -32,7 +31,7 @@ /* Self-test routine. This is not exhaustive, but it can be useful. */ int -cmd_debug_pool (void) +cmd_debug_pool (struct lexer *lexer UNUSED, struct dataset *ds UNUSED) { int seed = time (0) * 257 % 32768;