1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-05-15 10:14:58 +00:00

JSSpecCompiler: Rename SpecParser.h to SpecificationParsing.h

This commit is contained in:
Dan Klishch 2024-03-07 23:33:36 -05:00 committed by Andrew Kaster
parent 211d20d389
commit 73ba6d77ab
14 changed files with 20 additions and 20 deletions

View file

@ -4,7 +4,7 @@
* SPDX-License-Identifier: BSD-2-Clause
*/
#include "Parser/SpecParser.h"
#include "Parser/SpecificationParsing.h"
namespace JSSpecCompiler {