1
0
mirror of https://github.com/doitsujin/dxvk.git synced 2025-01-19 14:52:10 +01:00

[dxvk] Remove unnecessary include

This commit is contained in:
Philip Rebohle 2018-05-26 14:56:36 +02:00
parent a2d9874b26
commit 667616bc39
No known key found for this signature in database
GPG Key ID: C8CC613427A31C99

View File

@ -1,7 +1,5 @@
#include "dxvk_spec_const.h" #include "dxvk_spec_const.h"
#include <iostream>
#define SET_CONSTANT_ENTRY(specId, member) \ #define SET_CONSTANT_ENTRY(specId, member) \
this->setConstantEntry(specId, \ this->setConstantEntry(specId, \
offsetof(DxvkSpecConstantData, member), \ offsetof(DxvkSpecConstantData, member), \