From 7150f919d3ca6638b6c0e0f2389b88f15db5f171 Mon Sep 17 00:00:00 2001 From: Julian Eisel Date: Mon, 1 Nov 2021 13:21:07 +0100 Subject: Cleanup: Remove unused headers in asset files Also move system includes first, like we have it elsewhere in Blender. --- source/blender/blenkernel/intern/asset.cc | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/blenkernel/intern/asset.cc') diff --git a/source/blender/blenkernel/intern/asset.cc b/source/blender/blenkernel/intern/asset.cc index 7bea089b9bf..59e402b6680 100644 --- a/source/blender/blenkernel/intern/asset.cc +++ b/source/blender/blenkernel/intern/asset.cc @@ -21,14 +21,12 @@ #include #include "DNA_ID.h" -#include "DNA_asset_types.h" #include "DNA_defaults.h" #include "BLI_listbase.h" #include "BLI_string.h" #include "BLI_string_ref.hh" #include "BLI_string_utils.h" -#include "BLI_utildefines.h" #include "BLI_uuid.h" #include "BKE_asset.h" -- cgit v1.2.3