gfxhook: Fix imports

This commit is contained in:
Felix Anderson 2021-12-22 11:32:20 -05:00 committed by Hay1tsme
parent db5b264155
commit 50884d5b19
3 changed files with 2 additions and 1 deletions

View File

@ -5,6 +5,7 @@
#include <assert.h>
#include <stdlib.h>
#include "gfxhook/d3d11.h"
#include "gfxhook/gfx.h"
#include "gfxhook/util.h"

View File

@ -5,6 +5,7 @@
#include <assert.h>
#include <stdlib.h>
#include "gfxhook/dxgi.h"
#include "gfxhook/gfx.h"
#include "hook/com-proxy.h"

View File

@ -3,7 +3,6 @@
#include <assert.h>
#include <stdlib.h>
#include "gfxhook/config.h"
#include "gfxhook/gfx.h"
#include "hook/table.h"