summaryrefslogtreecommitdiff
path: root/Source/Core/VideoCommon/PostProcessing.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2019-07-08 18:07:11 -0400
committerLioncash <mathew1800@gmail.com>2019-07-08 18:59:11 -0400
commita9a9b193bb864b540b7db65be2663cd31cb3a793 (patch)
treee27182d0c98117cb30307e6c7fe03b48cab79af8 /Source/Core/VideoCommon/PostProcessing.cpp
parent98101bbbe4d54e3831800d63023d7c4730776b95 (diff)
Common/DebugInterface: Use forward declarations where applicable
We're allowed (by the standard) to forward declare types within std::vector, so we can replace direct includes with forward declarations and then include the types where they're directly needed. While we're at it, we can remove an unused inclusion of <cstring>, given nothing in the header uses anything from it. This also revealed an indirect inclusion, which this also resolves.
Diffstat (limited to 'Source/Core/VideoCommon/PostProcessing.cpp')
0 files changed, 0 insertions, 0 deletions