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

Commit 19917763 authored by David Duarte's avatar David Duarte
Browse files

RootCanal: Remove unused libbase imports



Tag: #testing
Test: m root-canal
Change-Id: Iff3016f11aa56cf65304e5cc676a102b1bbd82f3
Signed-off-by: default avatarDavid Duarte <licorne@google.com>
parent f1995e61
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -19,10 +19,6 @@
#include <memory>
#include <random>

#include <base/files/file_util.h>
#include <base/json/json_reader.h>
#include <base/values.h>

#include "os/log.h"
#include "packet/raw_builder.h"

+0 −1
Original line number Diff line number Diff line
@@ -23,7 +23,6 @@
#include <unordered_map>
#include <vector>

#include "base/time/time.h"
#include "hci/address.h"
#include "hci/hci_packets.h"
#include "link_layer_controller.h"
+0 −2
Original line number Diff line number Diff line
@@ -21,8 +21,6 @@
#include <string>
#include <vector>

//#include "base/files/scoped_file.h"

namespace test_vendor_lib {

// Manages communications between test channel and the controller. Mirrors the
+0 −4
Original line number Diff line number Diff line
@@ -32,10 +32,6 @@
#include <iomanip>
#include <iostream>

#include "base/files/file_util.h"
#include "base/json/json_reader.h"
#include "base/values.h"

#include "os/log.h"
#include "include/phy.h"
#include "model/devices/hci_socket_device.h"