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++ | |
| parent | 5753ce851f9fd44b8f82cd514fcda0b4c0bc652b (diff) | |
| download | libksquirrel-d0febf3f.tar.gz libksquirrel-d0febf3f.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++')
| -rw-r--r-- | doc/sources/c++/main.cpp | 2 | ||||
| -rw-r--r-- | doc/sources/c++/polygon.h (renamed from doc/sources/c++/polygon.hpp) | 0 | ||||
| -rw-r--r-- | doc/sources/c++/triangle.cpp | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/doc/sources/c++/main.cpp b/doc/sources/c++/main.cpp index b8fb8cd..eb3b2fe 100644 --- a/doc/sources/c++/main.cpp +++ b/doc/sources/c++/main.cpp @@ -1,4 +1,4 @@ -#include "polygon.hpp" +#include "polygon.h" #include <iostream> #include <dlfcn.h> diff --git a/doc/sources/c++/polygon.hpp b/doc/sources/c++/polygon.h index e3189bf..e3189bf 100644 --- a/doc/sources/c++/polygon.hpp +++ b/doc/sources/c++/polygon.h 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 |
