Depsgraph: Cleanup, unused includes
This commit is contained in:
@@ -36,17 +36,10 @@
|
||||
|
||||
#include "BLI_utildefines.h"
|
||||
#include "BLI_ghash.h"
|
||||
#include "BLI_stack.h"
|
||||
|
||||
#include "intern/depsgraph.h"
|
||||
#include "intern/depsgraph_types.h"
|
||||
#include "intern/nodes/deg_node.h"
|
||||
#include "intern/nodes/deg_node_component.h"
|
||||
#include "intern/nodes/deg_node_operation.h"
|
||||
|
||||
#include "util/deg_util_foreach.h"
|
||||
|
||||
#include <cstdio>
|
||||
|
||||
namespace DEG {
|
||||
|
||||
|
||||
@@ -30,10 +30,6 @@
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "intern/depsgraph_types.h"
|
||||
|
||||
struct FCurve;
|
||||
|
||||
namespace DEG {
|
||||
|
||||
struct Depsgraph;
|
||||
|
||||
Reference in New Issue
Block a user