diff options
Diffstat (limited to 'contrib/bc/include/vm.h')
-rw-r--r-- | contrib/bc/include/vm.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/bc/include/vm.h b/contrib/bc/include/vm.h index e81206b63871..86e0fe06edc1 100644 --- a/contrib/bc/include/vm.h +++ b/contrib/bc/include/vm.h @@ -3,7 +3,7 @@ * * SPDX-License-Identifier: BSD-2-Clause * - * Copyright (c) 2018-2024 Gavin D. Howard and contributors. + * Copyright (c) 2018-2025 Gavin D. Howard and contributors. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions are met: @@ -52,7 +52,6 @@ #endif // BC_ENABLE_NLS -#include <version.h> #include <status.h> #include <num.h> #include <lex.h> |