From 265b75fa4c52460b53cd6b80ed78e4accf7703bc Mon Sep 17 00:00:00 2001 From: stdlib-bot Date: Thu, 18 Jul 2024 04:38:47 +0000 Subject: [PATCH] Auto-generated commit --- CHANGELOG.md | 11 +++++++++++ .../include/stdlib/math/base/special/factorial.h | 2 -- 2 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 8ca184fcd..fb6379537 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2926,6 +2926,16 @@ This release closes the following issue: +
+ +##### Bug Fixes + +- [`5822206`](https://github.com/stdlib-js/stdlib/commit/5822206c2a023cb097ec057ed99b155383db909d) - remove unused include in header file [(#2624)](https://github.com/stdlib-js/stdlib/pull/2624) + +
+ + + @@ -5369,6 +5379,7 @@ A total of 29 people contributed to this release. Thank you to the following con
+- [`5822206`](https://github.com/stdlib-js/stdlib/commit/5822206c2a023cb097ec057ed99b155383db909d) - **fix:** remove unused include in header file [(#2624)](https://github.com/stdlib-js/stdlib/pull/2624) _(by Gunj Joshi)_ - [`b82c6f0`](https://github.com/stdlib-js/stdlib/commit/b82c6f020ef6fe6b045fc71ccf773bb18c451303) - **remove:** remove `math/base/ops/cmul` _(by Athan Reines)_ - [`e3a3679`](https://github.com/stdlib-js/stdlib/commit/e3a3679f1e733cf02ce47cdc4bd0137bd37bef41) - **refactor:** update paths _(by Athan Reines)_ - [`4aa299e`](https://github.com/stdlib-js/stdlib/commit/4aa299e35880a36de22c0c483bb128057b6e3784) - **remove:** remove `math/base/ops/cmulf` _(by Athan Reines)_ diff --git a/base/special/factorial/include/stdlib/math/base/special/factorial.h b/base/special/factorial/include/stdlib/math/base/special/factorial.h index 1095b5dd9..a3406f6a8 100644 --- a/base/special/factorial/include/stdlib/math/base/special/factorial.h +++ b/base/special/factorial/include/stdlib/math/base/special/factorial.h @@ -19,8 +19,6 @@ #ifndef STDLIB_MATH_BASE_SPECIAL_FACTORIAL_H #define STDLIB_MATH_BASE_SPECIAL_FACTORIAL_H -#include - /* * If C++, prevent name mangling so that the compiler emits a binary file having undecorated names, thus mirroring the behavior of a C compiler. */