Skip to content

Commit

Permalink
fix: remove unused include in header file
Browse files Browse the repository at this point in the history
PR-URL: #2624
Ref: cc98b20#r144361923
Reviewed-by: Athan Reines <[email protected]>
  • Loading branch information
gunjjoshi authored Jul 18, 2024
1 parent 565a2ff commit 5822206
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,6 @@
#ifndef STDLIB_MATH_BASE_SPECIAL_FACTORIAL_H
#define STDLIB_MATH_BASE_SPECIAL_FACTORIAL_H

#include <stdint.h>

/*
* If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C compiler.
*/
Expand Down

1 comment on commit 5822206

@stdlib-bot
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Coverage Report

Package Statements Branches Functions Lines
math/base/special/factorial $\color{green}218/218$
$\color{green}+100.00\%$
$\color{green}13/13$
$\color{green}+100.00\%$
$\color{green}2/2$
$\color{green}+100.00\%$
$\color{green}218/218$
$\color{green}+100.00\%$

The above coverage report was generated for the changes in this push.

Please sign in to comment.