Depsgraph: Cleanup, use nested namespace definition

This commit is contained in:
2022-07-19 14:44:07 +02:00
parent 835203fde8
commit e8465f941c
32 changed files with 64 additions and 129 deletions

View File

@@ -17,8 +17,7 @@
#include "intern/eval/deg_eval_runtime_backup_sound.h"
#include "intern/eval/deg_eval_runtime_backup_volume.h"
namespace blender {
namespace deg {
namespace blender::deg {
struct Depsgraph;
@@ -59,5 +58,4 @@ class RuntimeBackup {
GPencilBackup gpencil_backup;
};
} // namespace deg
} // namespace blender
} // namespace blender::deg