Cleanup: Move BKE_undo_system.h to C++

This commit is contained in:
Hans Goudey
2024-01-15 12:26:09 -05:00
parent 5c32b9ad38
commit ca560cd15e
32 changed files with 76 additions and 85 deletions
+1 -1
View File
@@ -57,7 +57,7 @@
// #define USE_WRITE_CRASH_BLEND
# ifdef USE_WRITE_CRASH_BLEND
# include "BKE_undo_system.h"
# include "BKE_undo_system.hh"
# include "BLO_undofile.hh"
# endif