From 6d9eb2d51494fdbd721eeeb28c385105eb16e75d Mon Sep 17 00:00:00 2001 From: OBattler Date: Mon, 15 Aug 2016 04:57:38 +0200 Subject: [PATCH] Replaced the previous two #includes with . --- src/win-d3d-fs.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/win-d3d-fs.cc b/src/win-d3d-fs.cc index 4f5a93d31..30111d0c6 100644 --- a/src/win-d3d-fs.cc +++ b/src/win-d3d-fs.cc @@ -1,6 +1,5 @@ #include -#include -#include +#include #define BITMAP WINDOWS_BITMAP #include #undef BITMAP