Depsgraph: Remove old header from blenkernel

This commit is contained in:
2017-04-06 16:11:50 +02:00
parent 2613ad64c5
commit 7b45edacab
33 changed files with 73 additions and 80 deletions

View File

@@ -56,7 +56,6 @@
#include "BKE_appdir.h"
#include "BKE_brush.h"
#include "BKE_context.h"
#include "BKE_depsgraph.h"
#include "BKE_global.h"
#include "BKE_image.h"
#include "BKE_main.h"
@@ -66,6 +65,8 @@
#include "BLO_readfile.h"
#include "BLO_writefile.h"
#include "DEG_depsgraph.h"
/* -------------------------------------------------------------------- */
/** \name Global Undo
@@ -118,7 +119,7 @@ static int read_undosave(bContext *C, UndoElem *uel)
if (success) {
/* important not to update time here, else non keyed tranforms are lost */
DAG_on_visible_update(G.main, false);
DEG_on_visible_update(G.main, false);
}
return success;