diff options
| author | bunnei <bunneidev@gmail.com> | 2018-12-04 19:59:52 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2018-12-04 19:59:52 -0500 |
| commit | d08d4a366b70751cfbbbbb1844df3f62fd0da8a1 (patch) | |
| tree | b66fada812f416a30041fc4bcb6f7b15f5af7490 /src/core/file_sys/vfs_vector.cpp | |
| parent | af286294f9691a4eadfe6e19fa3edd45f12479e3 (diff) | |
| parent | 86ad1f8db65e9e52795c9601ea120c6fe0e76e29 (diff) | |
Merge pull request #1704 from DarkLordZach/oss-sysarchive
file_sys: Implement open source system archives
Diffstat (limited to 'src/core/file_sys/vfs_vector.cpp')
| -rw-r--r-- | src/core/file_sys/vfs_vector.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/core/file_sys/vfs_vector.cpp b/src/core/file_sys/vfs_vector.cpp index 808f31e81..515626658 100644 --- a/src/core/file_sys/vfs_vector.cpp +++ b/src/core/file_sys/vfs_vector.cpp @@ -3,7 +3,6 @@ // Refer to the license.txt file included. #include <algorithm> -#include <cstring> #include <utility> #include "core/file_sys/vfs_vector.h" |
