Citra: Fix the includes a bit, thanks to include-what-you-use.
This commit is contained in:
parent
ce0cfd62d9
commit
79aa1b0808
5 changed files with 19 additions and 8 deletions
|
@ -2,7 +2,9 @@
|
|||
// Licensed under GPLv2 or any later version
|
||||
// Refer to the license.txt file included.
|
||||
|
||||
#define GLFW_INCLUDE_NONE
|
||||
#include <GLFW/glfw3.h>
|
||||
#include <inih/cpp/INIReader.h>
|
||||
|
||||
#include "citra/default_ini.h"
|
||||
|
||||
|
@ -10,7 +12,6 @@
|
|||
#include "common/logging/log.h"
|
||||
|
||||
#include "core/settings.h"
|
||||
#include "core/core.h"
|
||||
|
||||
#include "config.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue