mirror of
https://git.kernel.org/pub/scm/bluetooth/bluez.git
synced 2024-11-25 21:24:16 +08:00
core: Fix includes for mgmt.h and uuid.h
This commit is contained in:
parent
72a0a70655
commit
935f00c38e
@ -38,8 +38,6 @@
|
||||
|
||||
#include <bluetooth/bluetooth.h>
|
||||
#include <bluetooth/hci.h>
|
||||
#include <bluetooth/uuid.h>
|
||||
#include <bluetooth/mgmt.h>
|
||||
#include <bluetooth/sdp.h>
|
||||
#include <bluetooth/sdp_lib.h>
|
||||
|
||||
@ -50,6 +48,8 @@
|
||||
#include "log.h"
|
||||
#include "textfile.h"
|
||||
|
||||
#include "lib/uuid.h"
|
||||
#include "lib/mgmt.h"
|
||||
#include "src/shared/mgmt.h"
|
||||
|
||||
#include "hcid.h"
|
||||
|
@ -37,10 +37,8 @@
|
||||
#include <dirent.h>
|
||||
|
||||
#include <bluetooth/bluetooth.h>
|
||||
#include <bluetooth/uuid.h>
|
||||
#include <bluetooth/sdp.h>
|
||||
#include <bluetooth/sdp_lib.h>
|
||||
#include <bluetooth/mgmt.h>
|
||||
|
||||
#include <glib.h>
|
||||
#include <dbus/dbus.h>
|
||||
@ -49,6 +47,8 @@
|
||||
|
||||
#include "log.h"
|
||||
|
||||
#include "lib/uuid.h"
|
||||
#include "lib/mgmt.h"
|
||||
#include "attrib/att.h"
|
||||
#include "hcid.h"
|
||||
#include "adapter.h"
|
||||
|
@ -35,11 +35,11 @@
|
||||
#include <gdbus/gdbus.h>
|
||||
|
||||
#include <bluetooth/bluetooth.h>
|
||||
#include <bluetooth/uuid.h>
|
||||
#include <bluetooth/sdp.h>
|
||||
#include <bluetooth/sdp_lib.h>
|
||||
|
||||
#include <btio/btio.h>
|
||||
#include "btio/btio.h"
|
||||
#include "lib/uuid.h"
|
||||
#include "sdpd.h"
|
||||
#include "log.h"
|
||||
#include "error.h"
|
||||
|
Loading…
Reference in New Issue
Block a user