Skip to content

Commit 8d2b109

Browse files
committed
files moved
1 parent b0ffa24 commit 8d2b109

File tree

6 files changed

+2545
-2527
lines changed

6 files changed

+2545
-2527
lines changed

include/behaviortree_cpp/basic_types.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
#include "behaviortree_cpp/utils/safe_any.hpp"
1717
#include "behaviortree_cpp/exceptions.h"
18-
#include "behaviortree_cpp/utils/expected.hpp"
18+
#include "behaviortree_cpp/contrib/expected.hpp"
1919

2020
namespace BT
2121
{

include/behaviortree_cpp/bt_factory.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include <algorithm>
2323
#include <set>
2424

25-
#include "behaviortree_cpp/utils/magic_enum.hpp"
25+
#include "behaviortree_cpp/contrib/magic_enum.hpp"
2626
#include "behaviortree_cpp/behavior_tree.h"
2727

2828
namespace BT

0 commit comments

Comments
 (0)