diff options
author | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-20 21:34:41 +0200 |
---|---|---|
committer | Emmanuel Gil Peyrot <linkmauve@linkmauve.fr> | 2015-06-28 01:36:53 +0200 |
commit | 79aa1b0808e8561560b58dab950ba4cd36e6aabb (patch) | |
tree | 43199636ea7931eff5bc060d868737aeeb745b9d /src/citra/citra.cpp | |
parent | Common: Remove now-unused EMU_PLATFORM define, fixes issue #373. (diff) | |
download | yuzu-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/citra.cpp | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/src/citra/citra.cpp b/src/citra/citra.cpp index ce8d7dd25..a59726c78 100644 --- a/src/citra/citra.cpp +++ b/src/citra/citra.cpp @@ -2,13 +2,11 @@ // Licensed under GPLv2 or any later version // Refer to the license.txt file included. -#include <thread> +#include <string> #include "common/logging/log.h" -#include "common/logging/text_formatter.h" #include "common/logging/backend.h" #include "common/logging/filter.h" -#include "common/scope_exit.h" #include "core/settings.h" #include "core/system.h" |