Cleanup: Merge BKE_node.h into BKE_node.hh
Trivial change, just move all the code from `BKE_node.h` to `BKE_node.hh` header top. No mixing code from different headers or namespace changes. Part of #117773 Pull Request: https://projects.blender.org/blender/blender/pulls/118407
This commit is contained in:
committed by
Hans Goudey
parent
9ca48c0e2c
commit
9e12a675b5
@@ -58,7 +58,7 @@
|
||||
#include "BKE_report.hh"
|
||||
|
||||
/* Only for types. */
|
||||
#include "BKE_node.h"
|
||||
#include "BKE_node.hh"
|
||||
|
||||
#include "DEG_depsgraph_query.hh"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user