Skip to content
Snippets Groups Projects
Commit b09c0750 authored by Guilhem Saurel's avatar Guilhem Saurel
Browse files

fix file collision

parent 9c8419c0
No related branches found
No related tags found
No related merge requests found
# Declare Headers
SET(${PROJECT_NAME}_HEADERS
config.hh
local_config.hh
util.hh
logger.hh
solver_LP_abstract.hh
......
......@@ -7,7 +7,7 @@
#define CENTROIDAL_DYNAMICS_LIB_STATIC_EQUILIBRIUM_H
#include <Eigen/Dense>
#include <hpp/centroidal-dynamics/config.hh>
#include <hpp/centroidal-dynamics/local_config.hh>
#include <hpp/centroidal-dynamics/util.hh>
#include <hpp/centroidal-dynamics/solver_LP_abstract.hh>
......
......@@ -10,7 +10,7 @@
/* --- INCLUDE --------------------------------------------------------- */
/* --------------------------------------------------------------------- */
#include <hpp/centroidal-dynamics/config.hh>
#include <hpp/centroidal-dynamics/local_config.hh>
#include <sstream>
#include <Eigen/Dense>
#include <map>
......
......@@ -7,7 +7,7 @@
#define CENTROIDAL_DYNAMICS_LIB_SOLVER_LP_ABSTRACT_HH
#include <Eigen/Dense>
#include <hpp/centroidal-dynamics/config.hh>
#include <hpp/centroidal-dynamics/local_config.hh>
#include <hpp/centroidal-dynamics/util.hh>
namespace centroidal_dynamics
......
......@@ -8,7 +8,7 @@
#ifndef CENTROIDAL_DYNAMICS_LIB_SOLVER_LP_CLP_HH
#define CENTROIDAL_DYNAMICS_LIB_SOLVER_LP_CLP_HH
#include <hpp/centroidal-dynamics/config.hh>
#include <hpp/centroidal-dynamics/local_config.hh>
#include <hpp/centroidal-dynamics/util.hh>
#include <hpp/centroidal-dynamics/solver_LP_abstract.hh>
#include "ClpSimplex.hpp"
......
......@@ -6,7 +6,7 @@
#ifndef CENTROIDAL_DYNAMICS_LIB_SOLVER_QPOASES_HH
#define CENTROIDAL_DYNAMICS_LIB_SOLVER_QPOASES_HH
#include <hpp/centroidal-dynamics/config.hh>
#include <hpp/centroidal-dynamics/local_config.hh>
#include <hpp/centroidal-dynamics/util.hh>
#include <hpp/centroidal-dynamics/solver_LP_abstract.hh>
#include <qpOASES.hpp>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment