Cleanup: Make BKE_report.h a full Cpp header.
This commit is contained in:
@@ -20,7 +20,7 @@
|
||||
#include "MEM_guardedalloc.h"
|
||||
|
||||
#include "BKE_context.hh"
|
||||
#include "BKE_report.h"
|
||||
#include "BKE_report.hh"
|
||||
|
||||
#include "BLT_translation.hh"
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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 */
|
||||
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user