Cleanup: Move BKE_idprop.h to C++

This commit is contained in:
Hans Goudey
2024-03-26 12:57:30 -04:00
parent f41ab9abc1
commit efee753e8f
117 changed files with 211 additions and 230 deletions

View File

@@ -52,7 +52,7 @@
#include "BKE_context.hh"
#include "BKE_global.hh" /* evil G.* */
#include "BKE_idprop.h"
#include "BKE_idprop.hh"
#include "BKE_idtype.hh"
#include "BKE_main.hh"
#include "BKE_report.hh"