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
|
@ -4,11 +4,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#include <map>
|
||||
#include <string>
|
||||
|
||||
#include <inih/cpp/INIReader.h>
|
||||
|
||||
#include "common/common_types.h"
|
||||
class INIReader;
|
||||
|
||||
class Config {
|
||||
INIReader* glfw_config;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue