aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/post_build_lint.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-21 12:57:39 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-21 12:57:39 -0800
commit4e3269e7fcbcf20bb28f07ab9543fce7c336689d (patch)
tree8b796dd73b0e5f6f719e91026fc9745ea8160b21 /toolsrc/src/post_build_lint.cpp
parent8092eece299cf9eb3f46c423a363e5f45c2074a1 (diff)
downloadvcpkg-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.cpp3
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;