Cleanup: Make BKE_report.h a full Cpp header.

This commit is contained in:
Bastien Montagne
2024-02-10 18:34:29 +01:00
parent 54618dbae3
commit 29fe777445
302 changed files with 301 additions and 309 deletions

View File

@@ -19,7 +19,7 @@
#include "BKE_context.hh"
#include "BKE_main.hh"
#include "BKE_report.h"
#include "BKE_report.hh"
#include "BKE_text.h"
#include "DNA_text_types.h"