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_type.h
parent67bd6bbcdd0347d078b902ebe9e59692d602b5b1 (diff)
Cleanup: remove unnecessary includes
Diffstat (limited to 'source/blender/depsgraph/intern/depsgraph_type.h')
-rw-r--r--source/blender/depsgraph/intern/depsgraph_type.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/source/blender/depsgraph/intern/depsgraph_type.h b/source/blender/depsgraph/intern/depsgraph_type.h
index 6b07f95bed6..6417f49e1ae 100644
--- a/source/blender/depsgraph/intern/depsgraph_type.h
+++ b/source/blender/depsgraph/intern/depsgraph_type.h
@@ -38,7 +38,6 @@
#include <map>
#include <set>
#include <string>
-#include <unordered_map>
#include <vector>
#include "BLI_map.hh"
@@ -65,7 +64,6 @@ using std::pair;
using std::set;
using std::string;
using std::unique_ptr;
-using std::unordered_map;
using std::vector;
/* Commonly used functions. */