Skip to content

Commit

Permalink
renaming costfunction convenience headers to avoid naming conflict on…
Browse files Browse the repository at this point in the history
… windows. (#11)
  • Loading branch information
markusgft authored May 2, 2019
1 parent 0af7ff9 commit 5bdce9f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions ct_optcon/include/ct/optcon/optcon-prespec.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ Licensed under Apache2 license (see LICENSE file in main directory)

#include <ct/core/core-prespec.h>

#include "costfunction/costfunction.hpp"
#include "costfunction/costfunction-impl.hpp" //temporary solution (todo)
#include "costfunction/costfun.hpp"
#include "costfunction/costfun-impl.hpp" //temporary solution (todo)

#include "filter/filter.h"
#include "filter/filter-impl.h" //temporary solution (todo)
Expand Down
4 changes: 2 additions & 2 deletions ct_optcon/include/ct/optcon/optcon.h
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Licensed under Apache2 license (see LICENSE file in main directory)

#include <ct/core/core.h>

#include "costfunction/costfunction.hpp"
#include "costfunction/costfun.hpp"

#include "constraint/constraint.h"

Expand Down Expand Up @@ -49,7 +49,7 @@ Licensed under Apache2 license (see LICENSE file in main directory)
#include "filter/filter.h"

// implementations
#include "costfunction/costfunction-impl.hpp"
#include "costfunction/costfun-impl.hpp"

#include "constraint/constraint-impl.h"

Expand Down

0 comments on commit 5bdce9f

Please sign in to comment.