input_common/main: Remove unnecessary headers

This commit is contained in:
Lioncash 2020-08-28 19:15:06 -04:00
parent 4b9b203c09
commit 98f5d8a713
3 changed files with 11 additions and 5 deletions

View file

@ -8,13 +8,19 @@
#include <string>
#include <unordered_map>
#include <vector>
#include "input_common/gcadapter/gc_poller.h"
#include "input_common/settings.h"
namespace Common {
class ParamPackage;
}
namespace Settings::NativeAnalog {
enum Values : int;
}
namespace Settings::NativeButton {
enum Values : int;
}
namespace InputCommon {
namespace Polling {