aboutsummaryrefslogtreecommitdiff
path: root/toolsrc/src/commands_update.cpp
diff options
context:
space:
mode:
authorAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 20:13:36 -0800
committerAlexander Karatarakis <alkarata@microsoft.com>2017-02-17 20:13:36 -0800
commit43eb772d9475b4e9ec06eb54dca078a4793ab9e4 (patch)
treeb54ff8e549f7ffcc78691d4489021276397547a9 /toolsrc/src/commands_update.cpp
parentac2ec94129ae0bdbcb16c0c2333fbfc52844d6c6 (diff)
downloadvcpkg-43eb772d9475b4e9ec06eb54dca078a4793ab9e4.tar.gz
vcpkg-43eb772d9475b4e9ec06eb54dca078a4793ab9e4.zip
Change Info::email() to Contact::email(). Remove vcpkg_info.h/cpp
Diffstat (limited to 'toolsrc/src/commands_update.cpp')
-rw-r--r--toolsrc/src/commands_update.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/toolsrc/src/commands_update.cpp b/toolsrc/src/commands_update.cpp
index 3ac6694b9..d4519ca14 100644
--- a/toolsrc/src/commands_update.cpp
+++ b/toolsrc/src/commands_update.cpp
@@ -4,7 +4,6 @@
#include "vcpkg_System.h"
#include "vcpkg_Files.h"
#include "Paragraphs.h"
-#include "vcpkg_info.h"
namespace vcpkg::Commands::Update
{