Skip to content

Commit 831a49f

Browse files
committed
pl: Remove bogus forward declaration
1 parent 72e9b93 commit 831a49f

1 file changed

Lines changed: 2 additions & 5 deletions

File tree

lib/include/pl/pattern_language.hpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
#include <string>
88
#include <vector>
99
#include <filesystem>
10+
#include <set>
1011

1112
#include <pl/api.hpp>
1213

@@ -22,10 +23,6 @@
2223
#include <wolv/io/fs.hpp>
2324
#include <wolv/container/interval_tree.hpp>
2425

25-
namespace hex::prv {
26-
class Provider;
27-
}
28-
2926
namespace pl {
3027

3128
namespace core {
@@ -402,7 +399,7 @@ namespace pl {
402399
return this->m_subRuntime;
403400
}
404401

405-
[[nodiscard]] const std::set<ptrn::Pattern*>& getPatternsWithAttribute(const std::string &attribute) const;
402+
[[nodiscard]] const std::set<pl::ptrn::Pattern*>& getPatternsWithAttribute(const std::string &attribute) const;
406403

407404
private:
408405
void flattenPatterns();

0 commit comments

Comments
 (0)