Depsgraph: Cleanup, unused includes

This commit is contained in:
2017-06-06 14:19:25 +02:00
parent e1e41e4447
commit ae6bfe9c19
2 changed files with 0 additions and 11 deletions

View File

@@ -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 {

View File

@@ -30,10 +30,6 @@
#pragma once
#include "intern/depsgraph_types.h"
struct FCurve;
namespace DEG {
struct Depsgraph;