Switch to non-experimental filesystem (#1082)
This commit is contained in:
parent
f09c508f7d
commit
fba4e3ec4e
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
|
||||
#include "PollingAppOfflineApplication.h"
|
||||
|
||||
#include <experimental/filesystem>
|
||||
#include <filesystem>
|
||||
#include "SRWExclusiveLock.h"
|
||||
#include "HandleWrapper.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
|
|
@ -5,7 +5,7 @@
|
|||
|
||||
#include <Windows.h>
|
||||
#include <vector>
|
||||
#include <experimental/filesystem>
|
||||
#include <filesystem>
|
||||
#include <optional>
|
||||
#include "stringu.h"
|
||||
|
||||
|
|
|
|||
|
|
@ -14,4 +14,4 @@
|
|||
#include <shellapi.h>
|
||||
#include <sstream>
|
||||
#include <memory>
|
||||
#include <experimental/filesystem>
|
||||
#include <filesystem>
|
||||
|
|
|
|||
|
|
@ -12,7 +12,7 @@
|
|||
#include <shellapi.h>
|
||||
#include <sstream>
|
||||
#include <memory>
|
||||
#include <experimental/filesystem>
|
||||
#include <filesystem>
|
||||
|
||||
#include "Shlwapi.h"
|
||||
#include <io.h>
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@
|
|||
#include <wchar.h>
|
||||
#include <io.h>
|
||||
#include <stdio.h>
|
||||
#include <experimental/filesystem>
|
||||
#include <filesystem>
|
||||
#include <fstream>
|
||||
|
||||
#include <hashfn.h>
|
||||
|
|
|
|||
Loading…
Reference in New Issue