From 5d7651f93ab9000d6707ae9e541cbc6b3d190724 Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Wed, 16 Dec 2020 17:43:36 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro (cherry picked from commit 7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd) --- poxml/antlr/src/MismatchedTokenException.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poxml/antlr/src/MismatchedTokenException.cpp') diff --git a/poxml/antlr/src/MismatchedTokenException.cpp b/poxml/antlr/src/MismatchedTokenException.cpp index b8b10808..1ac2f9cb 100644 --- a/poxml/antlr/src/MismatchedTokenException.cpp +++ b/poxml/antlr/src/MismatchedTokenException.cpp @@ -30,8 +30,8 @@ * @author
Pete Wells */ -#include "antlr/MismatchedTokenException.hpp" -#include "antlr/String.hpp" +#include "antlr/MismatchedTokenException.h" +#include "antlr/String.h" ANTLR_BEGIN_NAMESPACE(antlr) -- cgit v1.2.1