summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGravatar Lioncash2021-12-13 11:10:56 -0500
committerGravatar Lioncash2021-12-13 11:45:18 -0500
commitdb9320e7541430dc487e85f40912725bd5b66c8a (patch)
treea38026cf553c336a9daf1c03ab2ef39183547152 /src
parenttas_input: std::move strings into vector (diff)
downloadyuzu-db9320e7541430dc487e85f40912725bd5b66c8a.tar.gz
yuzu-db9320e7541430dc487e85f40912725bd5b66c8a.tar.xz
yuzu-db9320e7541430dc487e85f40912725bd5b66c8a.zip
tas_input: Remove unnecessary includes
Gets rid of indirect includes and includes only what the interface needs.
Diffstat (limited to 'src')
-rw-r--r--src/input_common/drivers/tas_input.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/input_common/drivers/tas_input.h b/src/input_common/drivers/tas_input.h
index 68970dcec..3996fe3a8 100644
--- a/src/input_common/drivers/tas_input.h
+++ b/src/input_common/drivers/tas_input.h
@@ -5,11 +5,11 @@
5#pragma once 5#pragma once
6 6
7#include <array> 7#include <array>
8#include <string>
9#include <vector>
8 10
9#include "common/common_types.h" 11#include "common/common_types.h"
10#include "common/settings_input.h"
11#include "input_common/input_engine.h" 12#include "input_common/input_engine.h"
12#include "input_common/main.h"
13 13
14/* 14/*
15To play back TAS scripts on Yuzu, select the folder with scripts in the configuration menu below 15To play back TAS scripts on Yuzu, select the folder with scripts in the configuration menu below