[Bf-blender-cvs] [51188afa2ce] refactor-mesh-uv-map-generic: Remove extraneous includes

Martijn Versteegh noreply at git.blender.org
Wed Jan 4 12:57:12 CET 2023


Commit: 51188afa2ce573344419b9e3fb927b852957ebeb
Author: Martijn Versteegh
Date:   Wed Jan 4 12:12:15 2023 +0100
Branches: refactor-mesh-uv-map-generic
https://developer.blender.org/rB51188afa2ce573344419b9e3fb927b852957ebeb

Remove extraneous includes

===================================================================

M	source/blender/blenkernel/BKE_attribute.h

===================================================================

diff --git a/source/blender/blenkernel/BKE_attribute.h b/source/blender/blenkernel/BKE_attribute.h
index 2663180f1f9..8fdf3850798 100644
--- a/source/blender/blenkernel/BKE_attribute.h
+++ b/source/blender/blenkernel/BKE_attribute.h
@@ -8,9 +8,6 @@
 
 #pragma once
 
-#include <string.h>
-
-#include "BLI_string.h"
 #include "BLI_sys_types.h"
 
 #include "BKE_customdata.h"



More information about the Bf-blender-cvs mailing list