mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 21:24:16 +08:00
plugins/sixaxis: Use explicit include paths
This commit is contained in:
parent
9828feef4c
commit
ffb0da64dc
@ -38,11 +38,11 @@
|
||||
#include <libudev.h>
|
||||
|
||||
#include "lib/bluetooth.h"
|
||||
#include "uuid.h"
|
||||
#include "adapter.h"
|
||||
#include "device.h"
|
||||
#include "plugin.h"
|
||||
#include "log.h"
|
||||
#include "lib/uuid.h"
|
||||
#include "src/adapter.h"
|
||||
#include "src/device.h"
|
||||
#include "src/plugin.h"
|
||||
#include "src/log.h"
|
||||
|
||||
static const struct {
|
||||
const char *name;
|
||||
|
Loading…
Reference in New Issue
Block a user