Skip to content

Commit 7ddf1d0

Browse files
committed
one more redundant ifdef around FFX headers
1 parent 212bf53 commit 7ddf1d0

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

runtime/Rendering/Renderer_Resources.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,7 @@ CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
3636
#include "../RHI/RHI_DepthStencilState.h"
3737
#include "../RHI/RHI_Buffer.h"
3838
#include "../RHI/RHI_Device.h"
39-
#ifdef _MSC_VER
4039
#include "../RHI/RHI_AMD_FFX.h"
41-
#endif
4240
//========================================
4341

4442
//= NAMESPACES ===============

0 commit comments

Comments
 (0)