nvdec: Tidy up header includes
Prevents a few unnecessary inclusions.
This commit is contained in:
parent
d33399e1f4
commit
c04203b786
13 changed files with 59 additions and 62 deletions
|
@ -61,7 +61,7 @@ public:
|
|||
~Host1x();
|
||||
|
||||
/// Writes the method into the state, Invoke Execute() if encountered
|
||||
void ProcessMethod(Host1x::Method method, const std::vector<u32>& arguments);
|
||||
void ProcessMethod(Method method, const std::vector<u32>& arguments);
|
||||
|
||||
private:
|
||||
/// For Host1x, execute is waiting on a syncpoint previously written into the state
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue