FileSystem: Swap vector for DynamicHeapArray

No point zeroing it out.
This commit is contained in:
Stenzek
2024-08-25 22:13:18 +10:00
parent a2aa040987
commit 707453b596
32 changed files with 112 additions and 84 deletions

View File

@ -3,7 +3,6 @@
#pragma once
#include "common/assert.h"
#include "common/types.h"
#include <algorithm>