diff options
Diffstat (limited to 'Source/Core/VideoBackends/Software/SetupUnit.cpp')
| -rw-r--r-- | Source/Core/VideoBackends/Software/SetupUnit.cpp | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/Source/Core/VideoBackends/Software/SetupUnit.cpp b/Source/Core/VideoBackends/Software/SetupUnit.cpp index d73bdfc572..b2488a63d8 100644 --- a/Source/Core/VideoBackends/Software/SetupUnit.cpp +++ b/Source/Core/VideoBackends/Software/SetupUnit.cpp @@ -1,14 +1,12 @@ // Copyright 2009 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later -#include <cstring> - #include "VideoBackends/Software/SetupUnit.h" -#include "Common/Logging/Log.h" +#include <cstring> +#include "Common/Logging/Log.h" #include "VideoBackends/Software/Clipper.h" - #include "VideoCommon/OpcodeDecoding.h" void SetupUnit::Init(u8 primitiveType) |
