Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCampbell Barton <ideasman42@gmail.com>2019-09-07 16:17:40 +0300
committerCampbell Barton <ideasman42@gmail.com>2019-09-07 16:17:40 +0300
commitfa7ee622f0fb2f7482dbae94df194a3b33a73a98 (patch)
treeea238e4fe370d261dd86580a670a5ce00f84cacf /source/blender/blenkernel/BKE_pbvh.h
parent1b0dd5a2150c2207768ba74c1a25b842f3d4ece1 (diff)
Cleanup: includes in headers
Forward declare structs where possible.
Diffstat (limited to 'source/blender/blenkernel/BKE_pbvh.h')
-rw-r--r--source/blender/blenkernel/BKE_pbvh.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/blenkernel/BKE_pbvh.h b/source/blender/blenkernel/BKE_pbvh.h
index f02d41d3c65..899dddf31e8 100644
--- a/source/blender/blenkernel/BKE_pbvh.h
+++ b/source/blender/blenkernel/BKE_pbvh.h
@@ -24,7 +24,6 @@
#include "BLI_bitmap.h"
#include "BLI_ghash.h"
-#include "BLI_utildefines.h"
struct BMLog;
struct BMesh;