From e1a5d71ad676b9958a9d887559722ad3de36426b Mon Sep 17 00:00:00 2001 From: Dale Stammen Date: Wed, 3 Jun 2015 09:52:25 -0700 Subject: [PATCH] removed incorrect pch.h --- .../proj.win8.1-universal/App.Shared/pch.h | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 templates/js-template-default/frameworks/runtime-src/proj.win8.1-universal/App.Shared/pch.h diff --git a/templates/js-template-default/frameworks/runtime-src/proj.win8.1-universal/App.Shared/pch.h b/templates/js-template-default/frameworks/runtime-src/proj.win8.1-universal/App.Shared/pch.h deleted file mode 100644 index 087ce3bf18..0000000000 --- a/templates/js-template-default/frameworks/runtime-src/proj.win8.1-universal/App.Shared/pch.h +++ /dev/null @@ -1,12 +0,0 @@ -// -// pch.h -// Header for standard system include files. -// - -#pragma once - -#include "mozilla\Char16.h" -#include "cocos2d.h" -#include "cocos-ext.h" - -