Commit: f4b4e7731237fedf50474506b974b5a1406e63f0 Author: YimingWu Date: Tue Jul 9 11:47:38 2019 +0800 Branches: soc-2019-npr https://developer.blender.org/rBf4b4e7731237fedf50474506b974b5a1406e63f0
Gpencil: error fixes. =================================================================== M source/blender/editors/gpencil/CMakeLists.txt M source/blender/editors/gpencil/gpencil_svg.c =================================================================== diff --git a/source/blender/editors/gpencil/CMakeLists.txt b/source/blender/editors/gpencil/CMakeLists.txt index 21f1801f7eb..fb525f70d62 100644 --- a/source/blender/editors/gpencil/CMakeLists.txt +++ b/source/blender/editors/gpencil/CMakeLists.txt @@ -57,6 +57,7 @@ set(SRC gpencil_select.c gpencil_undo.c gpencil_utils.c + gpencil_svg.c gpencil_intern.h ) diff --git a/source/blender/editors/gpencil/gpencil_svg.c b/source/blender/editors/gpencil/gpencil_svg.c index 3381273c45c..b4950cab83d 100644 --- a/source/blender/editors/gpencil/gpencil_svg.c +++ b/source/blender/editors/gpencil/gpencil_svg.c @@ -44,8 +44,6 @@ #include "WM_api.h" #include "WM_types.h" -#include "gpencil_intern.h" - #include "ED_gpencil.h" #include "ED_select_utils.h" _______________________________________________ Bf-blender-cvs mailing list [email protected] https://lists.blender.org/mailman/listinfo/bf-blender-cvs
