diff options
author | crupest <crupest@outlook.com> | 2022-02-08 16:53:51 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2022-02-08 16:53:51 +0800 |
commit | 74bb9cd27242b9320f99ff4d2b50c3051576cc14 (patch) | |
tree | 744bac5799c593d1d6f81e7b09581bea626f2cde /src/parse/RecursiveDescentAlgorithm.cpp | |
parent | b90c398de829d1ba5329651d75bae82f5e4085fe (diff) | |
download | cru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.tar.gz cru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.tar.bz2 cru-74bb9cd27242b9320f99ff4d2b50c3051576cc14.zip |
...
Diffstat (limited to 'src/parse/RecursiveDescentAlgorithm.cpp')
-rw-r--r-- | src/parse/RecursiveDescentAlgorithm.cpp | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/parse/RecursiveDescentAlgorithm.cpp b/src/parse/RecursiveDescentAlgorithm.cpp index 8ff2571d..45bc500f 100644 --- a/src/parse/RecursiveDescentAlgorithm.cpp +++ b/src/parse/RecursiveDescentAlgorithm.cpp @@ -1,6 +1,6 @@ -#include "cru/parse/RecursiveDescentAlgorithm.hpp" -#include "cru/parse/ParsingAlgorithmContext.hpp" -#include "cru/parse/RecursiveDescentAlgorithmContext.hpp" +#include "cru/parse/RecursiveDescentAlgorithm.h" +#include "cru/parse/ParsingAlgorithmContext.h" +#include "cru/parse/RecursiveDescentAlgorithmContext.h" namespace cru::parse { bool RecursiveDescentAlgorithm::CanHandle(Grammar *grammar) const { |