diff options
Diffstat (limited to 'tests/test-pthread.c')
-rw-r--r-- | tests/test-pthread.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/tests/test-pthread.c b/tests/test-pthread.c index d4c9728..2fef592 100644 --- a/tests/test-pthread.c +++ b/tests/test-pthread.c @@ -3,7 +3,7 @@ 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 - the Free Software Foundation; either version 3 of the License, or + the Free Software Foundation, either version 3 of the License, or (at your option) any later version. This program is distributed in the hope that it will be useful, @@ -20,8 +20,6 @@ #include <pthread.h> -#include "verify.h" - /* Check that the types are all defined. */ pthread_t t1; |