aboutsummaryrefslogtreecommitdiff
path: root/src/core/hle/kernel/kernel.cpp
diff options
context:
space:
mode:
authorLioncash <mathew1800@gmail.com>2018-09-06 14:32:25 -0400
committerLioncash <mathew1800@gmail.com>2018-09-06 14:38:39 -0400
commit56ab608044a6161118e96ea7d2c048306fad9c5e (patch)
tree4d1cca102962b2997147d4b5d89f1495996bda1a /src/core/hle/kernel/kernel.cpp
parentfbaefc47a0250864f079b846a2d800f2a0342c73 (diff)
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/core/hle/kernel/kernel.cpp')
0 files changed, 0 insertions, 0 deletions