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

Commit 2c544ed4 authored by Henri Chataing's avatar Henri Chataing
Browse files

Remove unused <log/log.h> include directives

<log/log.h> provides the definition of ALOG[VDIWE]
which is now unused except in vendor available
libraries

Test: m com.android.btservices
Bug: 305066880
Flag: EXEMPT, mechanical refactor
Change-Id: I1347f84067255b67efd68214213bdc89542c97c6
parent f35cfe0b
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@

#include <android-base/logging.h>
#include <hardware/hardware.h>
#include <log/log.h>
#include <malloc.h>
#include <string.h>
#include <system/audio.h>
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include <android-base/logging.h>
#include <android-base/stringprintf.h>
#include <audio_utils/primitives.h>
#include <log/log.h>
#include <stdlib.h>

#include <vector>
+1 −2
Original line number Diff line number Diff line
@@ -22,7 +22,6 @@
#include <android-base/stringprintf.h>
#include <audio_utils/primitives.h>
#include <inttypes.h>
#include <log/log.h>
#include <stdlib.h>

#include "BluetoothAudioSessionControl_2_1.h"
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@
#include <android-base/stringprintf.h>
#include <cutils/properties.h>
#include <inttypes.h>
#include <log/log.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
+1 −1
Original line number Diff line number Diff line
@@ -20,8 +20,8 @@

#include <android-base/logging.h>
#include <android-base/strings.h>
#include <log/log.h>
#include <stdlib.h>

#include <sstream>
#include <vector>

Loading