summaryrefslogtreecommitdiff
path: root/lib/stdckdint.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/stdckdint.in.h')
-rw-r--r--lib/stdckdint.in.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/stdckdint.in.h b/lib/stdckdint.in.h
index 90fa62e59..71bab5f0c 100644
--- a/lib/stdckdint.in.h
+++ b/lib/stdckdint.in.h
@@ -1,6 +1,6 @@
/* stdckdint.h -- checked integer arithmetic
- Copyright 2022 Free Software Foundation, Inc.
+ Copyright 2022-2023 Free Software Foundation, Inc.
This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published
@@ -20,8 +20,6 @@
#include "intprops-internal.h"
-#include <stdbool.h>
-
/* Store into *R the low-order bits of A + B, A - B, A * B, respectively.
Return 1 if the result overflows, 0 otherwise.
A, B, and *R can have any integer type other than char, bool, a