From 70f4eccdfcd228100f40f420be3683f4e48d857a Mon Sep 17 00:00:00 2001 From: Pratik Borhade Date: Fri, 4 Jul 2025 10:56:56 +0200 Subject: [PATCH] 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 --- source/blender/editors/space_info/info_stats.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/source/blender/editors/space_info/info_stats.cc b/source/blender/editors/space_info/info_stats.cc index 8c479b5607a..63612140e08 100644 --- a/source/blender/editors/space_info/info_stats.cc +++ b/source/blender/editors/space_info/info_stats.cc @@ -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"