Depsgraph: Only use extern "C" when really needed

This commit is contained in:
2017-06-06 12:14:39 +02:00
parent 1846627ae0
commit 58a434b372
22 changed files with 51 additions and 62 deletions

View File

@@ -36,10 +36,7 @@
#include "BLI_utildefines.h"
#include "BLI_ghash.h"
extern "C" {
#include "BLI_stack.h"
}
#include "intern/depsgraph.h"
#include "intern/depsgraph_types.h"