Switch to non-experimental filesystem (#1082)

This commit is contained in:
Pavel Krymets 2018-07-23 08:57:43 -07:00 committed by GitHub
parent f09c508f7d
commit fba4e3ec4e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 7 additions and 7 deletions

View File

@ -2,7 +2,7 @@
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include <Windows.h>
#include <experimental/filesystem>
#include <filesystem>
#include "GlobalVersionUtility.h"

View File

@ -3,7 +3,7 @@
#include "PollingAppOfflineApplication.h"
#include <experimental/filesystem>
#include <filesystem>
#include "SRWExclusiveLock.h"
#include "HandleWrapper.h"

View File

@ -2,7 +2,7 @@
// Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
#pragma once
#include <experimental/filesystem>
#include <filesystem>
#include "application.h"
#include "requesthandler.h"

View File

@ -5,7 +5,7 @@
#include <Windows.h>
#include <vector>
#include <experimental/filesystem>
#include <filesystem>
#include <optional>
#include "stringu.h"

View File

@ -14,4 +14,4 @@
#include <shellapi.h>
#include <sstream>
#include <memory>
#include <experimental/filesystem>
#include <filesystem>

View File

@ -12,7 +12,7 @@
#include <shellapi.h>
#include <sstream>
#include <memory>
#include <experimental/filesystem>
#include <filesystem>
#include "Shlwapi.h"
#include <io.h>

View File

@ -17,7 +17,7 @@
#include <wchar.h>
#include <io.h>
#include <stdio.h>
#include <experimental/filesystem>
#include <filesystem>
#include <fstream>
#include <hashfn.h>