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

@@ -34,16 +34,16 @@
#include "PIL_time.h"
extern "C" {
#include "BLI_utildefines.h"
#include "BLI_task.h"
#include "BLI_ghash.h"
extern "C" {
#include "BKE_depsgraph.h"
#include "BKE_global.h"
} /* extern "C" */
#include "DEG_depsgraph.h"
} /* extern "C" */
#include "atomic_ops.h"