Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 9645aa1b authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "Revert "Revert "Canonicalize include pathnames"""

parents 161e7eac 79c03c0f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -22,7 +22,7 @@

#include <stdbool.h>

#include "bta_av_api.h"
#include "bta/include/bta_av_api.h"

// Process 'idle' request from the BTIF state machine during initialization.
void btif_a2dp_on_idle(void);
+3 −3
Original line number Diff line number Diff line
@@ -19,9 +19,9 @@
#define LOG_TAG "smp_act"

#include <string.h>
#include "btif_api.h"
#include "btif_common.h"
#include "btif_storage.h"
#include "btif/include/btif_api.h"
#include "btif/include/btif_common.h"
#include "btif/include/btif_storage.h"
#include "device/include/interop.h"
#include "internal_include/bt_target.h"
#include "main/shim/shim.h"