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:
authorJacques Lucke <jacques@blender.org>2020-04-28 19:08:00 +0300
committerJacques Lucke <jacques@blender.org>2020-04-28 19:08:00 +0300
commitc1e6865ee324ce95286213778e442fcef701ce6a (patch)
treef2ef64feac0578d50a6df3e5ec5989a3c0f01d59 /source/blender/depsgraph/intern/depsgraph_build.cc
parent67bd6bbcdd0347d078b902ebe9e59692d602b5b1 (diff)
Cleanup: remove unnecessary includes
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_build.cc')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_build.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_build.cc b/source/blender/depsgraph/intern/depsgraph_build.cc
index d78bc07ac5e..59065ea671a 100644
--- a/source/blender/depsgraph/intern/depsgraph_build.cc
+++ b/source/blender/depsgraph/intern/depsgraph_build.cc
@@ -25,7 +25,6 @@
#include "MEM_guardedalloc.h"
-#include "BLI_ghash.h"
#include "BLI_listbase.h"
#include "BLI_utildefines.h"