Skip to content

Commit

Permalink
GH-43 Remove unintended inclusion
Browse files Browse the repository at this point in the history
  • Loading branch information
Naros committed Dec 30, 2023
1 parent b31efc0 commit 517217c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/script/nodes/script_nodes.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,6 @@ void register_script_node_classes()
//~ Utility
ORCHESTRATOR_REGISTER_NODE_CLASS(OScriptNodeComment)
ORCHESTRATOR_REGISTER_NODE_CLASS(OScriptNodeEngineSingleton)
ORCHESTRATOR_REGISTER_NODE_CLASS(OScriptNodeExpression)
ORCHESTRATOR_REGISTER_NODE_CLASS(OScriptNodePrintString)

// Variables
Expand Down
1 change: 0 additions & 1 deletion src/script/nodes/script_nodes.h
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@
// Utility
#include "utilities/comment.h"
#include "utilities/engine_singleton.h"
#include "utilities/expression.h"
#include "utilities/self.h"
#include "utilities/print_string.h"

Expand Down

0 comments on commit 517217c

Please sign in to comment.