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. // Licensed under the MIT license. See LICENSE file in the project root for full license information.
#include <Windows.h> #include <Windows.h>
#include <experimental/filesystem> #include <filesystem>
#include "GlobalVersionUtility.h" #include "GlobalVersionUtility.h"

View File

@ -3,7 +3,7 @@
#include "PollingAppOfflineApplication.h" #include "PollingAppOfflineApplication.h"
#include <experimental/filesystem> #include <filesystem>
#include "SRWExclusiveLock.h" #include "SRWExclusiveLock.h"
#include "HandleWrapper.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. // Licensed under the Apache License, Version 2.0. See License.txt in the project root for license information.
#pragma once #pragma once
#include <experimental/filesystem> #include <filesystem>
#include "application.h" #include "application.h"
#include "requesthandler.h" #include "requesthandler.h"

View File

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

View File

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

View File

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

View File

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