Skip to content

Commit d90a0d1

Browse files
authored
Remove spurious includes from sinpif_test.cpp
MPFR functionality is provided by the MPFRWrapper instead, and the direct "mpfr.h" inclusion is not needed - this test doesn't rely on it (similar to its sibling libc/test/src/math/exhaustive/cospif_test.cpp that doesn't have it).
1 parent 2c5eea0 commit d90a0d1

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libc/test/src/math/exhaustive/sinpif_test.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,8 @@
77
//===----------------------------------------------------------------------===//
88

99
#include "exhaustive_test.h"
10-
#include "mpfr.h"
1110
#include "src/math/sinpif.h"
1211
#include "utils/MPFRWrapper/MPFRUtils.h"
13-
#include <sys/types.h>
1412

1513
namespace mpfr = LIBC_NAMESPACE::testing::mpfr;
1614

0 commit comments

Comments
 (0)