diff options
Diffstat (limited to 'Source/Core/Common/Config/ConfigInfo.cpp')
| -rw-r--r-- | Source/Core/Common/Config/ConfigInfo.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/Core/Common/Config/ConfigInfo.cpp b/Source/Core/Common/Config/ConfigInfo.cpp index 8fd736cc7e..e0546bf8f7 100644 --- a/Source/Core/Common/Config/ConfigInfo.cpp +++ b/Source/Core/Common/Config/ConfigInfo.cpp @@ -1,10 +1,11 @@ // Copyright 2016 Dolphin Emulator Project // SPDX-License-Identifier: GPL-2.0-or-later +#include "Common/Config/ConfigInfo.h" + #include <cstring> #include "Common/CommonFuncs.h" -#include "Common/Config/ConfigInfo.h" namespace Config { |
