diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:51:45 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2020-12-11 21:55:45 +0900 |
commit | a3dcc6228458572e91916d3e837bc1c06c55cb0a (patch) | |
tree | 9c7d61125a4f4b90ade1df2aa8368936750516d6 /kig/objects/object_calcer.h | |
parent | 5b6bbcf2b60f26a670df462e02643fde115ea49d (diff) | |
download | tdeedu-a3dcc6228458572e91916d3e837bc1c06c55cb0a.tar.gz tdeedu-a3dcc6228458572e91916d3e837bc1c06c55cb0a.zip |
Renaming of files in preparation for code style tools.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 65a9f54e1051ee8ab936975e78dcb7117b265ef5)
Diffstat (limited to 'kig/objects/object_calcer.h')
-rw-r--r-- | kig/objects/object_calcer.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kig/objects/object_calcer.h b/kig/objects/object_calcer.h index 6df94fe8..777d3af8 100644 --- a/kig/objects/object_calcer.h +++ b/kig/objects/object_calcer.h @@ -19,7 +19,7 @@ #define KIG_OBJECTS_OBJECT_CALCER_H #include "common.h" -#include "../misc/boost_intrusive_pointer.hpp" +#include "../misc/boost_intrusive_pointer.h" class ObjectCalcer; |