Skip to content

Commit

Permalink
Removes unused includes.
Browse files Browse the repository at this point in the history
  • Loading branch information
francocipollone committed Sep 17, 2021
1 parent edc926d commit 6d6708d
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/python/MovingWindowFilter.i
Original file line number Diff line number Diff line change
Expand Up @@ -16,13 +16,10 @@
*/
%module movingwindowfilter
%{
#include "ignition/math/Export.hh"
#include "ignition/math/MovingWindowFilter.hh"
#include "ignition/math/Vector3.hh"
%}

%import "std_vector.i"

namespace ignition
{
namespace math
Expand Down

0 comments on commit 6d6708d

Please sign in to comment.