From 7d4f47bd0bf7544dbd7f64ed4089e80780c1d2bd 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 --- poxml/antlr/src/LexerSharedInputState.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'poxml/antlr/src/LexerSharedInputState.cpp') diff --git a/poxml/antlr/src/LexerSharedInputState.cpp b/poxml/antlr/src/LexerSharedInputState.cpp index a95f33a8..3099a839 100644 --- a/poxml/antlr/src/LexerSharedInputState.cpp +++ b/poxml/antlr/src/LexerSharedInputState.cpp @@ -1,5 +1,5 @@ -#include "antlr/LexerSharedInputState.hpp" -#include "antlr/CharBuffer.hpp" +#include "antlr/LexerSharedInputState.h" +#include "antlr/CharBuffer.h" ANTLR_BEGIN_NAMESPACE(antlr) -- cgit v1.2.3