From dfe62dcf8bcefc523b466e127c3edc4dc2756629 Mon Sep 17 00:00:00 2001 From: crupest Date: Sun, 6 Oct 2024 13:57:39 +0800 Subject: Rename common to base. --- include/cru/parse/Production.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/cru/parse/Production.h') diff --git a/include/cru/parse/Production.h b/include/cru/parse/Production.h index d5ababe6..07bd2962 100644 --- a/include/cru/parse/Production.h +++ b/include/cru/parse/Production.h @@ -1,5 +1,5 @@ #pragma once -#include "cru/common/String.h" +#include "cru/base/String.h" #include "Nonterminal.h" #include "Terminal.h" -- cgit v1.2.3