diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-27 12:49:09 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-30 21:52:42 -0800 |
| commit | 050e4a0f7a8156bd862f95c06ea298ab6697e147 (patch) | |
| tree | bf384f4faa0d10e957519ba42c752fae537283b0 /toolsrc/src/vcpkg_Strings.cpp | |
| parent | 4ded91423aa1dfa3ad8bb7a57879f48d58b9b786 (diff) | |
| download | vcpkg-050e4a0f7a8156bd862f95c06ea298ab6697e147.tar.gz vcpkg-050e4a0f7a8156bd862f95c06ea298ab6697e147.zip | |
Introduce precompiled headers
Diffstat (limited to 'toolsrc/src/vcpkg_Strings.cpp')
| -rw-r--r-- | toolsrc/src/vcpkg_Strings.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/toolsrc/src/vcpkg_Strings.cpp b/toolsrc/src/vcpkg_Strings.cpp index b974b0a06..5b6d9967c 100644 --- a/toolsrc/src/vcpkg_Strings.cpp +++ b/toolsrc/src/vcpkg_Strings.cpp @@ -1,12 +1,6 @@ +#include "pch.h" #include "vcpkg_Strings.h" -#include <cstdarg> -#include <algorithm> -#include <codecvt> -#include <iterator> -#include <functional> -#include <cctype> - namespace vcpkg::Strings::details { // To disambiguate between two overloads |
