diff options
Diffstat (limited to 'gdb/arch/loongarch.c')
-rw-r--r-- | gdb/arch/loongarch.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gdb/arch/loongarch.c b/gdb/arch/loongarch.c index 04b6dfc..25e698d 100644 --- a/gdb/arch/loongarch.c +++ b/gdb/arch/loongarch.c @@ -1,4 +1,4 @@ -/* Copyright (C) 2022-2024 Free Software Foundation, Inc. +/* Copyright (C) 2022-2025 Free Software Foundation, Inc. This file is part of GDB. @@ -16,7 +16,6 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. */ #include "loongarch.h" -#include <stdlib.h> #include <unordered_map> /* Target description features. */ |