From b0b9b9401cf06859e99ce20b911014404bc08faf Mon Sep 17 00:00:00 2001 From: Michele Calgaro Date: Fri, 18 Dec 2020 21:48:35 +0900 Subject: Renaming of files in preparation for code style tools. Signed-off-by: Michele Calgaro --- doc/sources/c++/triangle.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/sources/c++/triangle.cpp') diff --git a/doc/sources/c++/triangle.cpp b/doc/sources/c++/triangle.cpp index 96185d0..008d679 100644 --- a/doc/sources/c++/triangle.cpp +++ b/doc/sources/c++/triangle.cpp @@ -1,4 +1,4 @@ -#include "polygon.hpp" +#include "polygon.h" #include class triangle : public polygon -- cgit v1.2.3