summaryrefslogtreecommitdiffstats
path: root/src/citra/config.h
diff options
context:
space:
mode:
authorEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-20 21:34:41 +0200
committerEmmanuel Gil Peyrot <linkmauve@linkmauve.fr>2015-06-28 01:36:53 +0200
commit79aa1b0808e8561560b58dab950ba4cd36e6aabb (patch)
tree43199636ea7931eff5bc060d868737aeeb745b9d /src/citra/config.h
parentCommon: Remove now-unused EMU_PLATFORM define, fixes issue #373. (diff)
downloadyuzu-79aa1b0808e8561560b58dab950ba4cd36e6aabb.tar
yuzu-79aa1b0808e8561560b58dab950ba4cd36e6aabb.tar.gz
yuzu-79aa1b0808e8561560b58dab950ba4cd36e6aabb.tar.bz2
yuzu-79aa1b0808e8561560b58dab950ba4cd36e6aabb.tar.lz
yuzu-79aa1b0808e8561560b58dab950ba4cd36e6aabb.tar.xz
yuzu-79aa1b0808e8561560b58dab950ba4cd36e6aabb.tar.zst
yuzu-79aa1b0808e8561560b58dab950ba4cd36e6aabb.zip
Diffstat (limited to '')
-rw-r--r--src/citra/config.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/src/citra/config.h b/src/citra/config.h
index 0eb176c7d..c326ec669 100644
--- a/src/citra/config.h
+++ b/src/citra/config.h
@@ -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;