diff options
Diffstat (limited to 'dispatch/d3d10imports.hpp')
-rw-r--r-- | dispatch/d3d10imports.hpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dispatch/d3d10imports.hpp b/dispatch/d3d10imports.hpp index 8af79811..80116fe1 100644 --- a/dispatch/d3d10imports.hpp +++ b/dispatch/d3d10imports.hpp @@ -27,8 +27,7 @@ * Central place for all D3D10 includes, and respective OS dependent headers. */ -#ifndef _D3D10IMPORTS_HPP_ -#define _D3D10IMPORTS_HPP_ +#pragma once #include <windows.h> @@ -42,4 +41,3 @@ #include "dxgiint.h" -#endif /* _D3D10IMPORTS_HPP_ */ |