diff options
| author | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:40:29 -0800 |
|---|---|---|
| committer | Alexander Karatarakis <alkarata@microsoft.com> | 2016-11-07 17:40:29 -0800 |
| commit | 7cbf4930414682ef252b9bc53ef0d113d427c69f (patch) | |
| tree | 6a05269f3cfaca6fe915d3ef94a37a54973335e3 /toolsrc/src/tests_paragraph.cpp | |
| parent | 42f4d9645548a5b7c31c051b88eb0f83c84d60e6 (diff) | |
| download | vcpkg-7cbf4930414682ef252b9bc53ef0d113d427c69f.tar.gz vcpkg-7cbf4930414682ef252b9bc53ef0d113d427c69f.zip | |
[tests_paragraph] Don't #include "vcpkg.h"
Diffstat (limited to 'toolsrc/src/tests_paragraph.cpp')
| -rw-r--r-- | toolsrc/src/tests_paragraph.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/toolsrc/src/tests_paragraph.cpp b/toolsrc/src/tests_paragraph.cpp index 28309fd31..6d9e46fcf 100644 --- a/toolsrc/src/tests_paragraph.cpp +++ b/toolsrc/src/tests_paragraph.cpp @@ -1,6 +1,6 @@ #include "CppUnitTest.h" -#include "vcpkg.h" #include "Paragraphs.h" +#include "BinaryParagraph.h" #pragma comment(lib,"version") #pragma comment(lib,"winhttp") |
