Skip to content

Commit 5bdce9f

Browse files
authored
renaming costfunction convenience headers to avoid naming conflict on windows. (#11)
1 parent 0af7ff9 commit 5bdce9f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

ct_optcon/include/ct/optcon/optcon-prespec.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@ Licensed under Apache2 license (see LICENSE file in main directory)
88

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

11-
#include "costfunction/costfunction.hpp"
12-
#include "costfunction/costfunction-impl.hpp" //temporary solution (todo)
11+
#include "costfunction/costfun.hpp"
12+
#include "costfunction/costfun-impl.hpp" //temporary solution (todo)
1313

1414
#include "filter/filter.h"
1515
#include "filter/filter-impl.h" //temporary solution (todo)

ct_optcon/include/ct/optcon/optcon.h

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Licensed under Apache2 license (see LICENSE file in main directory)
88

99
#include <ct/core/core.h>
1010

11-
#include "costfunction/costfunction.hpp"
11+
#include "costfunction/costfun.hpp"
1212

1313
#include "constraint/constraint.h"
1414

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

5151
// implementations
52-
#include "costfunction/costfunction-impl.hpp"
52+
#include "costfunction/costfun-impl.hpp"
5353

5454
#include "constraint/constraint-impl.h"
5555

0 commit comments

Comments
 (0)