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:
authorJulian Eisel <julian@blender.org>2021-11-01 15:21:07 +0300
committerJulian Eisel <julian@blender.org>2021-11-01 15:21:07 +0300
commit7150f919d3ca6638b6c0e0f2389b88f15db5f171 (patch)
tree7d968ee7fbaaf7e72c3f310e52c0dc91b2d37dfc /source/blender/editors/asset/intern/asset_filter.cc
parent0eb63328e89bee7aa7d57ccd466de094ee3389e4 (diff)
Cleanup: Remove unused headers in asset files
Also move system includes first, like we have it elsewhere in Blender.
Diffstat (limited to 'source/blender/editors/asset/intern/asset_filter.cc')
-rw-r--r--source/blender/editors/asset/intern/asset_filter.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/source/blender/editors/asset/intern/asset_filter.cc b/source/blender/editors/asset/intern/asset_filter.cc
index 329342a30cd..c22bbc923eb 100644
--- a/source/blender/editors/asset/intern/asset_filter.cc
+++ b/source/blender/editors/asset/intern/asset_filter.cc
@@ -22,7 +22,6 @@
#include "BLI_listbase.h"
-#include "DNA_ID.h"
#include "DNA_asset_types.h"
#include "ED_asset_filter.h"