From b3f83360282bfe327c0ccbeecab706e0e7d2c050 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Mon, 9 Feb 2026 11:59:14 +0000 Subject: Changed .h to .hpp --- src/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/main.cpp') diff --git a/src/main.cpp b/src/main.cpp index eda59a2..9a11516 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -2,8 +2,8 @@ #include #include -#include "lexer/lexer.h" -#include "parser/parser.h" +#include "lexer/lexer.hpp" +#include "parser/parser.hpp" std::string tokenTypeToString(TokenType type) { switch (type) { -- cgit v1.2.3