Cleanup: Remove unused header

Functions from these headers are not used anywhere in `info_stats.cc`

Pull Request: https://projects.blender.org/blender/blender/pulls/141444
This commit is contained in:
Pratik Borhade
2025-07-04 10:56:56 +02:00
committed by Pratik Borhade
parent c2225155e2
commit 70f4eccdfc

View File

@@ -19,7 +19,6 @@
#include "DNA_meta_types.h"
#include "DNA_scene_types.h"
#include "DNA_space_enums.h"
#include "DNA_userdef_types.h"
#include "DNA_windowmanager_types.h"
#include "BLF_api.hh"
@@ -41,7 +40,6 @@
#include "BKE_curve.hh"
#include "BKE_curves.hh"
#include "BKE_editmesh.hh"
#include "BKE_gpencil_legacy.h"
#include "BKE_grease_pencil.hh"
#include "BKE_key.hh"
#include "BKE_layer.hh"