We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 62806da commit aaf7384Copy full SHA for aaf7384
bitbots_motion/bitbots_splines/include/bitbots_splines/newton_binomial.hpp
@@ -6,8 +6,8 @@ The original files can be found at:
6
#ifndef BITBOTS_SPLINES_INCLUDE_BITBOTS_SPLINES_NEWTON_BINOMIAL_H_
7
#define BITBOTS_SPLINES_INCLUDE_BITBOTS_SPLINES_NEWTON_BINOMIAL_H_
8
9
-#include "combination.h"
10
-#include "polynom.h"
+#include "combination.hpp"
+#include "polynom.hpp"
11
12
namespace bitbots_splines {
13
bitbots_motion/bitbots_splines/include/bitbots_splines/spline.hpp
@@ -9,7 +9,7 @@ The original files can be found at:
#include <iostream>
#include <vector>
14
15
0 commit comments