Cleanup: Remove unused headers

This commit is contained in:
Julian Eisel 2022-10-18 15:30:19 +02:00
parent eafc9cb446
commit 7aba0015d0
2 changed files with 5 additions and 7 deletions

View File

@ -5,16 +5,14 @@
*/
#include "BKE_asset_library_custom.h"
#include "BKE_blender_project.h"
#include "BKE_blender_project.hh"
#include "BLI_path_util.h"
#include "BLI_string.h"
#include "DNA_space_types.h"
#include "BLI_fileops.h"
#include "BLI_path_util.h"
#include "BKE_blender_project.h"
#include "BKE_blender_project.hh"
namespace blender::bke {

View File

@ -10,14 +10,14 @@
#include "BLI_fileops.h"
#include "BLI_listbase.h"
#include "BLI_path_util.h"
#include "BLI_serialize.hh"
#include "BKE_asset_library_custom.h"
#include "BKE_blender_project.hh"
#include "DNA_asset_types.h"
#include "BKE_blender_project.hh"
namespace serialize = blender::io::serialize;
namespace blender::bke {