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

Commit 060e3c72 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Eliminate redundant #includes and a missing one"

parents 95c62992 34464406
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
#include <set>
#include <thread>
#include <unordered_map>
#include <vector>

/**
 * This class allows to specify multiple time intervals to receive
+0 −3
Original line number Diff line number Diff line
@@ -25,14 +25,11 @@

#include <utils/SystemClock.h>

#include "VehicleHalProto.pb.h"

#include <vhal_v2_0/RecurrentTimer.h>
#include <vhal_v2_0/VehicleHal.h>
#include "vhal_v2_0/VehiclePropertyStore.h"

#include "DefaultConfig.h"
#include "VehicleHalProto.pb.h"
#include "VehicleEmulator.h"
#include "FakeValueGenerator.h"

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

#include "EmulatedVehicleHal.h"
#include "VehicleHalProto.pb.h"

#define DEBUG_SOCKET    (33452)