diff options
| author | Zach Hilman <zachhilman@gmail.com> | 2018-11-22 21:39:05 -0500 |
|---|---|---|
| committer | Zach Hilman <zachhilman@gmail.com> | 2018-11-22 21:39:10 -0500 |
| commit | 86ad1f8db65e9e52795c9601ea120c6fe0e76e29 (patch) | |
| tree | 5ede904d3559d9c14f243e691efc9a456f37d681 /src/core/file_sys/vfs_vector.cpp | |
| parent | 4838bc8ddc466db2317ab20834aeaafd994dc1bb (diff) | |
file_sys: Implement system archive synthesizer for NgWord (806)
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" |
