diff --git a/gfxhook/d3d11.c b/gfxhook/d3d11.c index cd60529c..4c94448e 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 f97c506a..e27e68d0 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 0ac1761d..1af36470 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"