Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/jp7677/dxvk-nvapi.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJens Peters <jp7677@gmail.com>2022-06-25 21:06:46 +0300
committerJens Peters <jp7677@gmail.com>2022-06-25 21:06:46 +0300
commit8385c57585131514d091642287d02216c8561ce8 (patch)
treed03aa09e66f00b68362a201bc654e4acfcaf7c7e
parentd7f1d249da1ba32bc995e0c39b7f78ce6cacc508 (diff)
lfx: Remove no longer needed include
-rw-r--r--src/d3d/lfx.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/d3d/lfx.cpp b/src/d3d/lfx.cpp
index e7da893..f6e6b2f 100644
--- a/src/d3d/lfx.cpp
+++ b/src/d3d/lfx.cpp
@@ -1,6 +1,5 @@
#include "lfx.h"
-#include <windows.h>
#include "../util/util_string.h"
#include "../util/util_log.h"