lib/io: Rename fstream.h to filesystem.h

This commit is contained in:
Povilas Kanapickas 2021-11-01 04:29:45 +02:00
parent 801a5a7084
commit a987605513
6 changed files with 8 additions and 8 deletions

View File

@ -18,7 +18,7 @@
#include "barrier/DropHelper.h"
#include "base/Log.h"
#include "io/fstream.h"
#include "io/filesystem.h"
#include <fstream>

View File

@ -20,7 +20,7 @@
#include "base/TMethodJob.h"
#include "arch/Arch.h"
#include "base/String.h"
#include "io/fstream.h"
#include "io/filesystem.h"
#include <fstream>
enum EFileLogOutputter {

View File

@ -15,7 +15,7 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#include "fstream.h"
#include "filesystem.h"
#if SYSAPI_WIN32
#include "common/win32/encoding_utilities.h"
#endif

View File

@ -15,8 +15,8 @@
along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
#ifndef BARRIER_LIB_IO_FSTREAM_H
#define BARRIER_LIB_IO_FSTREAM_H
#ifndef BARRIER_LIB_IO_FILESYSTEM_H
#define BARRIER_LIB_IO_FILESYSTEM_H
#include <cstdio>
#include <iosfwd>
@ -35,4 +35,4 @@ std::FILE* fopen_utf8_path(const std::string& path, const std::string& mode);
} // namespace barrier
#endif
#endif // BARRIER_LIB_IO_FILESYSTEM_H

View File

@ -17,7 +17,7 @@
#include "base/String.h"
#include "FingerprintDatabase.h"
#include "io/fstream.h"
#include "io/filesystem.h"
#include <algorithm>
#include <fstream>

View File

@ -46,7 +46,7 @@
#include "SecureUtils.h"
#include "base/String.h"
#include "base/finally.h"
#include "io/fstream.h"
#include "io/filesystem.h"
#include <openssl/evp.h>
#include <openssl/x509.h>