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

Commit f12f892a authored by Jack He's avatar Jack He
Browse files

Remove include for log/log.h in l2c_main.cc

* log/log.h is not supported by linux build and is handled by
  osi/include/log.h
* Thus, it shouldn't be included in l2c_main.cc, which breaks the linux
  build

Test: make on both linux and Android, no functional effect
Change-Id: I0c974b754b43d7b73adea2a91078b85e22b3b14e
parent fde36f27
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -28,8 +28,6 @@
#include <stdlib.h>
#include <string.h>

#include <log/log.h>

#include "bt_common.h"
#include "bt_target.h"
#include "btm_int.h"