aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/post_build_lint.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'toolsrc/src/post_build_lint.cpp')
-rw-r--r--toolsrc/src/post_build_lint.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/toolsrc/src/post_build_lint.cpp b/toolsrc/src/post_build_lint.cpp
index af76b7963..daf6f49ee 100644
--- a/toolsrc/src/post_build_lint.cpp
+++ b/toolsrc/src/post_build_lint.cpp
@@ -1,12 +1,11 @@
+#include "pch.h"
#include "vcpkg_paths.h"
#include "package_spec.h"
#include "vcpkg_Files.h"
-#include <functional>
#include "vcpkg_System.h"
#include "vcpkg_Environment.h"
#include "coff_file_reader.h"
#include "BuildInfo.h"
-#include <regex>
namespace vcpkg::PostBuildLint
{