Skip to content

Commit

Permalink
1558066: Changes in code comments (#362)
Browse files Browse the repository at this point in the history
* Removing #include "pch.h" from docs.

* Applying Mark H's suggestion.
  • Loading branch information
DennisLee-DennisLee authored and mahilleb-msft committed Sep 2, 2019
1 parent 4928043 commit e095701
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
// Licensed under the MIT license. See LICENSE.md file in the project root for full license information.
//

// <code>
#include "pch.h"
// <code>
#include <iostream>
#include <vector>
#include <speechapi_cxx.h>
Expand Down

0 comments on commit e095701

Please sign in to comment.