Skip to content

Commit

Permalink
move include to .cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
varunagrawal committed Jan 6, 2025
1 parent 43f755d commit ab90e0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion gtsam/discrete/DecisionTreeFactor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,10 @@
*/

#include <gtsam/base/FastSet.h>
#include <gtsam/hybrid/HybridValues.h>
#include <gtsam/discrete/DecisionTreeFactor.h>
#include <gtsam/discrete/DiscreteConditional.h>
#include <gtsam/discrete/TableFactor.h>
#include <gtsam/hybrid/HybridValues.h>

#include <utility>

Expand Down
1 change: 0 additions & 1 deletion gtsam/discrete/DecisionTreeFactor.h
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,6 @@
#include <gtsam/discrete/DiscreteFactor.h>
#include <gtsam/discrete/DiscreteKey.h>
#include <gtsam/discrete/Ring.h>
#include <gtsam/discrete/TableFactor.h>
#include <gtsam/inference/Ordering.h>

#include <algorithm>
Expand Down

0 comments on commit ab90e0b

Please sign in to comment.