Skip to content

Commit

Permalink
Use #include <gz/*> in src/*.i
Browse files Browse the repository at this point in the history
Signed-off-by: Steve Peters <scpeters@openrobotics.org>
  • Loading branch information
scpeters committed May 9, 2022
1 parent edcea00 commit 3ffff69
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion src/Helpers.i
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

%module helpers
%{
#include <ignition/math/Helpers.hh>
#include <gz/math/Helpers.hh>
%}

template <typename T>
Expand Down
2 changes: 1 addition & 1 deletion src/Matrix3.i
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

%module matrix3
%{
#include <ignition/math/Matrix3.hh>
#include <gz/math/Matrix3.hh>
%}

namespace ignition
Expand Down
2 changes: 1 addition & 1 deletion src/Pose3.i
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

%module pose3
%{
#include <ignition/math/Pose3.hh>
#include <gz/math/Pose3.hh>
%}

namespace ignition
Expand Down
2 changes: 1 addition & 1 deletion src/Quaternion.i
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@

%module quaternion
%{
#include <ignition/math/Quaternion.hh>
#include <gz/math/Quaternion.hh>
%}

namespace ignition
Expand Down
2 changes: 1 addition & 1 deletion src/Temperature.i
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@

%module temperature
%{
#include <ignition/math/Temperature.hh>
#include <gz/math/Temperature.hh>
%}

namespace ignition
Expand Down

0 comments on commit 3ffff69

Please sign in to comment.