summaryrefslogtreecommitdiff
path: root/tests/test-symlink.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-symlink.c')
-rw-r--r--tests/test-symlink.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-symlink.c b/tests/test-symlink.c
index 4333f80..3dbd60a 100644
--- a/tests/test-symlink.c
+++ b/tests/test-symlink.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,
@@ -25,7 +25,6 @@ SIGNATURE_CHECK (symlink, int, (char const *, char const *));
#include <fcntl.h>
#include <errno.h>
-#include <stdbool.h>
#include <stdio.h>
#include <stdlib.h>
#include <sys/stat.h>