Cleanup: move MOD_nodes.h to C++

All files that use it are in C++ now.
This commit is contained in:
Jacques Lucke
2023-07-10 13:14:15 +02:00
parent d94edda4fd
commit ff4eaeef48
6 changed files with 6 additions and 14 deletions

View File

@@ -25,7 +25,7 @@
#include "BKE_node_tree_anonymous_attributes.hh"
#include "BKE_node_tree_update.h"
#include "MOD_nodes.h"
#include "MOD_nodes.hh"
#include "NOD_node_declaration.hh"
#include "NOD_socket.hh"