Minor code cleanup

This commit is contained in:
walbourn_cp 2014-09-11 15:21:52 -07:00
parent dab54e856c
commit 209772f248
4 changed files with 0 additions and 8 deletions

View File

@ -13,9 +13,7 @@
// http://go.microsoft.com/fwlink/?LinkId=248926
//-------------------------------------------------------------------------------------
#if defined(_MSC_VER) && (_MSC_VER > 1000)
#pragma once
#endif
#include <assert.h>
#include <directxmath.h>

View File

@ -18,9 +18,7 @@
// http://go.microsoft.com/fwlink/?LinkId=248926
//--------------------------------------------------------------------------------------
#if defined(_MSC_VER) && (_MSC_VER > 1000)
#pragma once
#endif
#if defined(_XBOX_ONE) && defined(_TITLE)
#include <d3d11_x.h>

View File

@ -11,9 +11,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
//-------------------------------------------------------------------------------------
#if defined(_MSC_VER) && (_MSC_VER > 1000)
#pragma once
#endif
#include <directxmath.h>
#include <directxpackedvector.h>

View File

@ -11,9 +11,7 @@
// Copyright (c) Microsoft Corporation. All rights reserved.
//-------------------------------------------------------------------------------------
#if defined(_MSC_VER) && (_MSC_VER > 1000)
#pragma once
#endif
#include <assert.h>
#include <memory>