aboutsummaryrefslogtreecommitdiff
path: root/src/system_headers.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/system_headers.hpp')
-rw-r--r--src/system_headers.hpp25
1 files changed, 0 insertions, 25 deletions
diff --git a/src/system_headers.hpp b/src/system_headers.hpp
deleted file mode 100644
index eabc7c25..00000000
--- a/src/system_headers.hpp
+++ /dev/null
@@ -1,25 +0,0 @@
-#pragma once
-
-// ReSharper disable once CppUnusedIncludeDirective
-#include "pre.hpp"
-
-//include system headers
-
-#define NOMINMAX
-#define WIN32_LEAN_AND_MEAN
-#include <Windows.h>
-#include <windowsx.h>
-
-#pragma comment(lib, "D3D11.lib")
-#include <d3d11.h>
-
-#pragma comment(lib, "D2d1.lib")
-#include <d2d1_1.h>
-
-#pragma comment(lib, "DWrite.lib")
-#include <dwrite.h>
-
-#include <dxgi1_2.h>
-#include <wrl/client.h>
-
-#include <VersionHelpers.h>