diff options
| author | 2021-12-13 11:10:56 -0500 | |
|---|---|---|
| committer | 2021-12-13 11:45:18 -0500 | |
| commit | db9320e7541430dc487e85f40912725bd5b66c8a (patch) | |
| tree | a38026cf553c336a9daf1c03ab2ef39183547152 /src | |
| parent | tas_input: std::move strings into vector (diff) | |
| download | yuzu-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.h | 4 |
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 | /* |
| 15 | To play back TAS scripts on Yuzu, select the folder with scripts in the configuration menu below | 15 | To play back TAS scripts on Yuzu, select the folder with scripts in the configuration menu below |