diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-21 12:57:39 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-21 12:57:39 -0800 |
| commit | 4e3269e7fcbcf20bb28f07ab9543fce7c336689d (patch) | |
| tree | 8b796dd73b0e5f6f719e91026fc9745ea8160b21 /toolsrc/src/post_build_lint.cpp | |
| parent | 8092eece299cf9eb3f46c423a363e5f45c2074a1 (diff) | |
| download | vcpkg-4e3269e7fcbcf20bb28f07ab9543fce7c336689d.tar.gz vcpkg-4e3269e7fcbcf20bb28f07ab9543fce7c336689d.zip | |
Remove unused #includes
Diffstat (limited to 'toolsrc/src/post_build_lint.cpp')
| -rw-r--r-- | toolsrc/src/post_build_lint.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/toolsrc/src/post_build_lint.cpp b/toolsrc/src/post_build_lint.cpp index 1e7e87e6e..9ae91748e 100644 --- a/toolsrc/src/post_build_lint.cpp +++ b/toolsrc/src/post_build_lint.cpp @@ -7,9 +7,6 @@ #include "coff_file_reader.h" #include "BuildInfo.h" #include <regex> -#include <set> -#include <map> -#include "vcpkg_Maps.h" namespace fs = std::tr2::sys; |
