diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-18 21:48:35 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-18 21:58:37 +0900 |
| commit | d0febf3f55c1de0c7600236583576ad26c7bb703 (patch) | |
| tree | 08c823af853d31f2c58d0fb3b6b13ed22a67e576 /doc/sources/c++/triangle.cpp | |
| parent | 5753ce851f9fd44b8f82cd514fcda0b4c0bc652b (diff) | |
| download | libksquirrel-d0febf3f55c1de0c7600236583576ad26c7bb703.tar.gz libksquirrel-d0febf3f55c1de0c7600236583576ad26c7bb703.zip | |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit b0b9b9401cf06859e99ce20b911014404bc08faf)
Diffstat (limited to 'doc/sources/c++/triangle.cpp')
| -rw-r--r-- | doc/sources/c++/triangle.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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 <cmath> class triangle : public polygon |
