Skip to content

Commit 5822206

Browse files
authored
fix: remove unused include in header file
PR-URL: #2624 Ref: cc98b20#r144361923 Reviewed-by: Athan Reines <[email protected]>
1 parent 565a2ff commit 5822206

File tree

1 file changed

+0
-2
lines changed
  • lib/node_modules/@stdlib/math/base/special/factorial/include/stdlib/math/base/special

1 file changed

+0
-2
lines changed

lib/node_modules/@stdlib/math/base/special/factorial/include/stdlib/math/base/special/factorial.h

-2
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,6 @@
1919
#ifndef STDLIB_MATH_BASE_SPECIAL_FACTORIAL_H
2020
#define STDLIB_MATH_BASE_SPECIAL_FACTORIAL_H
2121

22-
#include <stdint.h>
23-
2422
/*
2523
* If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C compiler.
2624
*/

0 commit comments

Comments
 (0)