summaryrefslogtreecommitdiff
path: root/src/input_common/sdl/sdl.cpp
diff options
context:
space:
mode:
authorGravatar Lioncash2018-09-06 14:32:25 -0400
committerGravatar Lioncash2018-09-06 14:38:39 -0400
commit56ab608044a6161118e96ea7d2c048306fad9c5e (patch)
tree4d1cca102962b2997147d4b5d89f1495996bda1a /src/input_common/sdl/sdl.cpp
parentMerge pull request #1248 from degasus/shader_fix (diff)
downloadyuzu-56ab608044a6161118e96ea7d2c048306fad9c5e.tar.gz
yuzu-56ab608044a6161118e96ea7d2c048306fad9c5e.tar.xz
yuzu-56ab608044a6161118e96ea7d2c048306fad9c5e.zip
core/core: Remove unnecessary sm/controller include
The only reason this include was necessary, was because the constructor wasn't defaulted in the cpp file and the compiler would inline it wherever it was used. However, given Controller is forward declared, all those inlined constructors would see an incomplete type, causing a compilation failure. So, we just place the constructor in the cpp file, where it can see the complete type definition, allowing us to remove this include.
Diffstat (limited to 'src/input_common/sdl/sdl.cpp')
0 files changed, 0 insertions, 0 deletions