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:
Iliya Katueshenock
2024-02-19 15:26:10 +01:00
committed by Hans Goudey
parent 9ca48c0e2c
commit 9e12a675b5
54 changed files with 1403 additions and 1437 deletions

View File

@@ -58,7 +58,7 @@
#include "BKE_report.hh"
/* Only for types. */
#include "BKE_node.h"
#include "BKE_node.hh"
#include "DEG_depsgraph_query.hh"