summaryrefslogtreecommitdiffstats
path: root/doc/sources/c++/main.cpp
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2020-12-18 21:48:35 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2020-12-18 21:48:35 +0900
commitb0b9b9401cf06859e99ce20b911014404bc08faf (patch)
tree4e6d9c8c7ec17afd5acc6d8666c7b8c558304838 /doc/sources/c++/main.cpp
parent9301d49ef24a7e6b92da31c27a67f139c44b3015 (diff)
downloadlibksquirrel-b0b9b9401cf06859e99ce20b911014404bc08faf.tar.gz
libksquirrel-b0b9b9401cf06859e99ce20b911014404bc08faf.zip
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'doc/sources/c++/main.cpp')
-rw-r--r--doc/sources/c++/main.cpp2
1 files changed, 1 insertions, 1 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>