From 50884d5b19240bdd8fc5430d28a7dc35dd3f5bff Mon Sep 17 00:00:00 2001 From: Felix Date: Wed, 22 Dec 2021 11:32:20 -0500 Subject: [PATCH] gfxhook: Fix imports --- gfxhook/d3d11.c | 1 + gfxhook/dxgi.c | 1 + gfxhook/gfx.c | 1 - 3 files changed, 2 insertions(+), 1 deletion(-) diff --git a/gfxhook/d3d11.c b/gfxhook/d3d11.c index cd60529..4c94448 100644 --- a/gfxhook/d3d11.c +++ b/gfxhook/d3d11.c @@ -5,6 +5,7 @@ #include #include +#include "gfxhook/d3d11.h" #include "gfxhook/gfx.h" #include "gfxhook/util.h" diff --git a/gfxhook/dxgi.c b/gfxhook/dxgi.c index f97c506..e27e68d 100644 --- a/gfxhook/dxgi.c +++ b/gfxhook/dxgi.c @@ -5,6 +5,7 @@ #include #include +#include "gfxhook/dxgi.h" #include "gfxhook/gfx.h" #include "hook/com-proxy.h" diff --git a/gfxhook/gfx.c b/gfxhook/gfx.c index 0ac1761..1af3647 100644 --- a/gfxhook/gfx.c +++ b/gfxhook/gfx.c @@ -3,7 +3,6 @@ #include #include -#include "gfxhook/config.h" #include "gfxhook/gfx.h" #include "hook/table.h"