diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-25 19:32:50 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2017-01-25 19:32:50 -0800 |
| commit | 59be40a100910d1f833cd54762e624b7123965ed (patch) | |
| tree | e3e43ad6f926a958e83b6df3afb7d5b6cd138d84 /toolsrc/src/commands_list.cpp | |
| parent | b8253457092e4b1eb274fa75da891b9a20305816 (diff) | |
| download | vcpkg-59be40a100910d1f833cd54762e624b7123965ed.tar.gz vcpkg-59be40a100910d1f833cd54762e624b7123965ed.zip | |
Rename vcpkg.h/cpp to vcpkglib.h/cpp
Diffstat (limited to 'toolsrc/src/commands_list.cpp')
| -rw-r--r-- | toolsrc/src/commands_list.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/commands_list.cpp b/toolsrc/src/commands_list.cpp index d9c4a52f2..18e95d405 100644 --- a/toolsrc/src/commands_list.cpp +++ b/toolsrc/src/commands_list.cpp @@ -1,5 +1,5 @@ #include "vcpkg_Commands.h" -#include "vcpkg.h" +#include "vcpkglib.h" #include "vcpkg_System.h" #include "vcpkglib_helpers.h" |
