aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/main.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2016-11-07 17:38:39 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2016-11-07 17:38:39 -0800
commita1d9478103cfc88b1a3ea3960bdd7a75dea8d0d6 (patch)
tree16ce0b05ea6dc639a859cf2ebfe06c74e7b3e1ee /toolsrc/src/main.cpp
parent97df2162fddb5e37c92ded2e8f6beebf68d534da (diff)
downloadvcpkg-a1d9478103cfc88b1a3ea3960bdd7a75dea8d0d6.tar.gz
vcpkg-a1d9478103cfc88b1a3ea3960bdd7a75dea8d0d6.zip
Don't #include "vcpkg.h"
Diffstat (limited to 'toolsrc/src/main.cpp')
-rw-r--r--toolsrc/src/main.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolsrc/src/main.cpp b/toolsrc/src/main.cpp
index 70527ca1d..f937be7f1 100644
--- a/toolsrc/src/main.cpp
+++ b/toolsrc/src/main.cpp
@@ -5,7 +5,6 @@
#include <fstream>
#include <memory>
#include <cassert>
-#include "vcpkg.h"
#include "vcpkg_Commands.h"
#include "metrics.h"
#include <Shlobj.h>