diff options
Diffstat (limited to 'tests/test-stat.c')
-rw-r--r-- | tests/test-stat.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test-stat.c b/tests/test-stat.c index 4cda089..b59dbf4 100644 --- a/tests/test-stat.c +++ b/tests/test-stat.c @@ -1,5 +1,5 @@ /* Tests of stat. - Copyright (C) 2009-2011 Free Software Foundation, Inc. + Copyright (C) 2009-2013 Free Software Foundation, Inc. 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 @@ -33,7 +33,6 @@ SIGNATURE_CHECK (stat, int, (char const *, struct stat *)); #include <stdio.h> #include <unistd.h> -#include "pathmax.h" #include "same-inode.h" #include "macros.h" |