commit f374103ad136d6a6c7012780b216675e695f4359 parent b52936c73c9da87ec91c6f5997f3689d0ea86994 Author: Alexandre BIQUE <bique.alexandre@gmail.com> Date: Tue, 21 Dec 2021 15:53:51 +0100 Not needed in C++ Diffstat:
M | include/clap/private/std.h | | | 1 | - |
1 file changed, 0 insertions(+), 1 deletion(-)
diff --git a/include/clap/private/std.h b/include/clap/private/std.h @@ -2,7 +2,6 @@ #ifdef __cplusplus # include <cstdint> -# include <cstdalign> # include <cstddef> #else # include <stddef.h>