Depsgraph: Remove some includes which seems unused

This commit is contained in:
Sergey Sharybin
2016-11-03 12:08:47 +01:00
parent bbd4b96fe9
commit 4ef45ba775
6 changed files with 0 additions and 7 deletions

View File

@@ -34,7 +34,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "MEM_guardedalloc.h"

View File

@@ -34,7 +34,6 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include "MEM_guardedalloc.h"

View File

@@ -31,7 +31,6 @@
*/
#include <stdio.h>
#include <cstring>
#include <queue>
extern "C" {

View File

@@ -30,8 +30,6 @@
* Implementation of tools for debugging the depsgraph
*/
#include <cstring>
#include "intern/eval/deg_eval_debug.h"
extern "C" {

View File

@@ -31,7 +31,6 @@
#include "intern/nodes/deg_node.h"
#include <stdio.h>
#include <string.h>
#include "BLI_utildefines.h"
#include "BLI_ghash.h"

View File

@@ -31,7 +31,6 @@
#include "intern/nodes/deg_node_component.h"
#include <stdio.h>
#include <string.h>
extern "C" {
#include "BLI_utildefines.h"