Skip to content

Commit aaf7384

Browse files
committed
Fix header import
1 parent 62806da commit aaf7384

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

bitbots_motion/bitbots_splines/include/bitbots_splines/newton_binomial.hpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ The original files can be found at:
66
#ifndef BITBOTS_SPLINES_INCLUDE_BITBOTS_SPLINES_NEWTON_BINOMIAL_H_
77
#define BITBOTS_SPLINES_INCLUDE_BITBOTS_SPLINES_NEWTON_BINOMIAL_H_
88

9-
#include "combination.h"
10-
#include "polynom.h"
9+
#include "combination.hpp"
10+
#include "polynom.hpp"
1111

1212
namespace bitbots_splines {
1313

bitbots_motion/bitbots_splines/include/bitbots_splines/spline.hpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The original files can be found at:
99
#include <iostream>
1010
#include <vector>
1111

12-
#include "polynom.h"
12+
#include "polynom.hpp"
1313

1414
namespace bitbots_splines {
1515

0 commit comments

Comments
 (0)