From 6a0fe79db5a5fc55797d772e08813bd7e7e970f4 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 13 Jul 2021 22:21:47 +1000 Subject: Cleanup: replace BKE_customdata.h in BKE_editmesh.h Only DNA_customdata_types.h is needed for BMEditMesh. --- source/blender/editors/mesh/editmesh_path.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source/blender/editors/mesh/editmesh_path.c') diff --git a/source/blender/editors/mesh/editmesh_path.c b/source/blender/editors/mesh/editmesh_path.c index 593545ddcef..30a453a32ee 100644 --- a/source/blender/editors/mesh/editmesh_path.c +++ b/source/blender/editors/mesh/editmesh_path.c @@ -29,6 +29,7 @@ #include "DNA_windowmanager_types.h" #ifdef WITH_FREESTYLE +# include "BKE_customdata.h" # include "DNA_meshdata_types.h" #endif -- cgit v1.2.3