Skip to content

Commit

Permalink
Depend on core-math.
Browse files Browse the repository at this point in the history
  • Loading branch information
pleroy committed Oct 15, 2024
1 parent ff4ad4e commit c4499f1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions numerics/sin_cos.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@

#include <limits>

// TODO(phl): Don't pull `functions` into `numerics`.
#include "functions/cos.hpp"
#include "functions/sin.hpp"
#include "core-math/cos.h"
#include "core-math/sin.h"
#include "numerics/accurate_tables.mathematica.h"
#include "numerics/double_precision.hpp"
#include "numerics/fma.hpp"
Expand All @@ -20,8 +19,6 @@ namespace numerics {
namespace _sin_cos {
namespace internal {

using namespace principia::functions::_cos;
using namespace principia::functions::_sin;
using namespace principia::numerics::_accurate_tables;
using namespace principia::numerics::_double_precision;
using namespace principia::numerics::_fma;
Expand Down

0 comments on commit c4499f1

Please sign in to comment.