Skip to content

Commit f0ae378

Browse files
committed
tests/quaternion.cpp : cleanup (remove useless includes)
1 parent 8770145 commit f0ae378

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

tests/quaternion.cpp

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,9 @@
11
/// Copyright 2025 INRIA
2-
#include <nanoeigenpy/geometry/angle-axis.hpp>
3-
#include <nanoeigenpy/geometry/quaternion.hpp>
2+
#include <Eigen/Geometry>
3+
#include <nanobind/nanobind.h>
44

55
namespace nb = nanobind;
66
using namespace nb::literals;
7-
using namespace nanoeigenpy;
87

98
struct X {
109
Eigen::Quaterniond a;

0 commit comments

Comments
 (0)