diff options
author | Lioncash <mathew1800@gmail.com> | 2021-12-13 11:10:56 -0500 |
---|---|---|
committer | Lioncash <mathew1800@gmail.com> | 2021-12-13 11:45:18 -0500 |
commit | db9320e7541430dc487e85f40912725bd5b66c8a (patch) | |
tree | a38026cf553c336a9daf1c03ab2ef39183547152 | |
parent | 26ef76213c81b6c2dc8eeeae11e9586f22a76011 (diff) |
tas_input: Remove unnecessary includes
Gets rid of indirect includes and includes only what the interface
needs.
-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 68970dcecd..3996fe3a88 100644 --- a/src/input_common/drivers/tas_input.h +++ b/src/input_common/drivers/tas_input.h @@ -5,11 +5,11 @@ #pragma once #include <array> +#include <string> +#include <vector> #include "common/common_types.h" -#include "common/settings_input.h" #include "input_common/input_engine.h" -#include "input_common/main.h" /* To play back TAS scripts on Yuzu, select the folder with scripts in the configuration menu below |