travis: Use correct package for linux Qt5WebEngine
This commit is contained in:
parent
cb930c4b5a
commit
0c5ede492f
4 changed files with 4 additions and 5 deletions
|
@ -3,6 +3,8 @@
|
|||
// Refer to the license.txt file included.
|
||||
|
||||
#pragma once
|
||||
|
||||
#include "controllers/controller_base.h"
|
||||
#include "core/hle/service/service.h"
|
||||
|
||||
namespace CoreTiming {
|
||||
|
@ -19,8 +21,6 @@ class ServiceManager;
|
|||
|
||||
namespace Service::HID {
|
||||
|
||||
class ControllerBase;
|
||||
|
||||
enum class HidController : std::size_t {
|
||||
DebugPad,
|
||||
Touchscreen,
|
||||
|
|
|
@ -11,7 +11,6 @@
|
|||
#include "core/hle/kernel/readable_event.h"
|
||||
#include "core/hle/kernel/writable_event.h"
|
||||
#include "core/hle/lock.h"
|
||||
#include "core/hle/service/hid/hid.h"
|
||||
#include "core/hle/service/nfp/nfp.h"
|
||||
#include "core/hle/service/nfp/nfp_user.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue