Citra: Fix the includes a bit, thanks to include-what-you-use.

This commit is contained in:
Emmanuel Gil Peyrot 2015-06-20 20:34:41 +01:00
parent ce0cfd62d9
commit 79aa1b0808
5 changed files with 19 additions and 8 deletions

View file

@ -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;