Skip to content

Commit

Permalink
Remove filesystem forward declare
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkewley committed Feb 6, 2022
1 parent 8fc9f68 commit 0573c3b
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/OpenSimBindings/UndoableUiModel.hpp
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#pragma once

#include <filesystem>
#include <memory>

namespace OpenSim {
Expand All @@ -15,10 +16,6 @@ namespace osc {
class UiModel;
}

namespace std::filesystem {
class path;
}

namespace osc {

// A "UI ready" model with undo/redo support
Expand Down

0 comments on commit 0573c3b

Please sign in to comment.