Skip to content

Commit 39a6773

Browse files
authored
docs: remove unused include from example in math/base/special/gamma/README.md
PR-URL: #2677 Signed-off-by: GUNJ JOSHI <[email protected]> Reviewed-by: Philipp Burckhardt <[email protected]>
1 parent f2f6164 commit 39a6773

File tree

1 file changed

+0
-1
lines changed
  • lib/node_modules/@stdlib/math/base/special/gamma

1 file changed

+0
-1
lines changed

lib/node_modules/@stdlib/math/base/special/gamma/README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,6 @@ double stdlib_base_gamma( const double x );
187187
188188
```c
189189
#include "stdlib/math/base/special/gamma.h"
190-
#include <stdlib.h>
191190
#include <stdio.h>
192191
193192
int main( void ) {

0 commit comments

Comments
 (0)