diff options
author | robot-contrib <robot-contrib@yandex-team.com> | 2024-02-02 12:59:30 +0300 |
---|---|---|
committer | robot-contrib <robot-contrib@yandex-team.com> | 2024-02-02 13:26:57 +0300 |
commit | e1d519ee426f8933f0d1a014873e056531f1f915 (patch) | |
tree | 52f084887aad13e9246a5550bebcee7e3a8bec85 /contrib/libs/libidn/gl/basename-lgpl.c | |
parent | 8319f36af9daf8a45767bcdf088aa257d6258083 (diff) | |
download | ydb-e1d519ee426f8933f0d1a014873e056531f1f915.tar.gz |
Update contrib/libs/libidn to 1.42
Diffstat (limited to 'contrib/libs/libidn/gl/basename-lgpl.c')
-rw-r--r-- | contrib/libs/libidn/gl/basename-lgpl.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/libs/libidn/gl/basename-lgpl.c b/contrib/libs/libidn/gl/basename-lgpl.c index eb07e25413..256f84609c 100644 --- a/contrib/libs/libidn/gl/basename-lgpl.c +++ b/contrib/libs/libidn/gl/basename-lgpl.c @@ -1,6 +1,6 @@ /* basename.c -- return the last element in a file name - Copyright (C) 1990, 1998-2001, 2003-2006, 2009-2022 Free Software + Copyright (C) 1990, 1998-2001, 2003-2006, 2009-2024 Free Software Foundation, Inc. This file is free software: you can redistribute it and/or modify @@ -21,7 +21,6 @@ /* Specification. */ #include "basename-lgpl.h" -#include <stdbool.h> #include <string.h> #include "filename.h" |