[host] fix include paths and casing

This commit is contained in:
arcnmx
2017-12-14 14:11:41 -05:00
parent cd54cb179b
commit 524183661d
11 changed files with 28 additions and 27 deletions

View File

@@ -22,8 +22,8 @@ using namespace Capture;
#include <string>
#include "common\debug.h"
#include "common\memcpySSE.h"
#include "common/debug.h"
#include "common/memcpySSE.h"
#include "Util.h"
#ifdef _WIN64