include: remove restrict keyword (fixes #12354)
This is necessary for compatibility with C++. The keyword is only meaningful in definition, not in declaration anyway.
Showing
Please register or sign in to comment
This is necessary for compatibility with C++. The keyword is only meaningful in definition, not in declaration anyway.