aboutsummaryrefslogtreecommitdiff
path: root/src/parse/RecursiveDescentAlgorithm.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/parse/RecursiveDescentAlgorithm.cpp')
-rw-r--r--src/parse/RecursiveDescentAlgorithm.cpp6
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 {