summaryrefslogtreecommitdiff
path: root/lib/malloc/dynarray.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/malloc/dynarray.h')
-rw-r--r--lib/malloc/dynarray.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/malloc/dynarray.h b/lib/malloc/dynarray.h
index f16fd950d..a9a3b0859 100644
--- a/lib/malloc/dynarray.h
+++ b/lib/malloc/dynarray.h
@@ -1,5 +1,5 @@
/* Type-safe arrays which grow dynamically. Shared definitions.
- Copyright (C) 2017-2022 Free Software Foundation, Inc.
+ Copyright (C) 2017-2023 Free Software Foundation, Inc.
This file is part of the GNU C Library.
The GNU C Library is free software; you can redistribute it and/or
@@ -94,7 +94,6 @@
#ifndef _DYNARRAY_H
#define _DYNARRAY_H
-#include <stdbool.h>
#include <stddef.h>
#include <string.h>