Merge pull request #8249 from lioncash/rect

VideoCommon: Remove unused MathUtil.h include from VideoCommon.h
This commit is contained in:
Connor McLaughlin 2019-07-19 16:32:30 +10:00 committed by GitHub
commit fc8859a414
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
26 changed files with 44 additions and 34 deletions

View file

@ -14,6 +14,7 @@
#include "VideoBackends/Vulkan/VulkanContext.h"
#include "VideoCommon/DriverDetails.h"
#include "VideoCommon/VideoCommon.h"
namespace Vulkan
{