From 958df2ed1b6037b98eb73bb8e063732ba851854f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sybren=20A=2E=20St=C3=BCvel?= Date: Fri, 4 Dec 2020 11:28:09 +0100 Subject: Cleanup: Clang-Tidy, modernize-deprecated-headers No functional changes. --- source/blender/io/collada/AnimationImporter.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/io/collada/AnimationImporter.cpp') diff --git a/source/blender/io/collada/AnimationImporter.cpp b/source/blender/io/collada/AnimationImporter.cpp index 2e7977d89bb..850b6a813ed 100644 --- a/source/blender/io/collada/AnimationImporter.cpp +++ b/source/blender/io/collada/AnimationImporter.cpp @@ -18,7 +18,7 @@ * \ingroup collada */ -#include +#include /* COLLADABU_ASSERT, may be able to remove later */ #include "COLLADABUPlatform.h" -- cgit v1.2.3