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

@@ -20,7 +20,7 @@
#include "MEM_guardedalloc.h"
#include "BKE_context.hh"
#include "BKE_report.h"
#include "BKE_report.hh"
#include "BLT_translation.hh"

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"

View File

@@ -27,7 +27,7 @@
#include "BKE_idtype.hh"
#include "BKE_lib_id.hh"
#include "BKE_main.hh"
#include "BKE_report.h"
#include "BKE_report.hh"
#include "DNA_space_types.h" /* FILE_LINK, FILE_RELPATH */

View File

@@ -21,7 +21,7 @@
#include "BKE_blendfile.hh"
#include "BKE_global.hh"
#include "BKE_main.hh"
#include "BKE_report.h"
#include "BKE_report.hh"
#include "BLO_writefile.hh"

View File

@@ -43,7 +43,7 @@
#include "BLI_ghash.h"
#include "BKE_context.hh"
#include "BKE_report.h"
#include "BKE_report.hh"
/* so operators called can spawn threads which acquire the GIL */
#define BPY_RELEASE_GIL

View File

@@ -55,7 +55,7 @@
#include "BKE_idprop.h"
#include "BKE_idtype.hh"
#include "BKE_main.hh"
#include "BKE_report.h"
#include "BKE_report.hh"
/* Only for types. */
#include "BKE_node.h"

View File

@@ -32,7 +32,7 @@
#include "BKE_global.hh"
#include "BKE_idtype.hh"
#include "BKE_lib_id.hh"
#include "BKE_report.h"
#include "BKE_report.hh"
#include "RNA_access.hh"
#include "RNA_enum_types.hh"