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

Commit 28a45bda authored by Muhammad Qureshi's avatar Muhammad Qureshi
Browse files

Remove atoms_info.h imports

Bug: 147600720
Test: m statsd
Change-Id: I28e0210c8d4d3fe277fcd73fb8156073fc64be30
parent 03d5c913
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -18,7 +18,6 @@
#include "Log.h"
#include "FieldValue.h"
#include "HashableDimensionKey.h"
#include "atoms_info.h"
#include "math.h"

namespace android {
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@
#include <frameworks/base/cmds/statsd/src/experiment_ids.pb.h>

#include "android-base/stringprintf.h"
#include "atoms_info.h"
#include "external/StatsPullerManager.h"
#include "guardrail/StatsdStats.h"
#include "logd/LogEvent.h"
+0 −1
Original line number Diff line number Diff line
@@ -17,7 +17,6 @@
#define DEBUG false  // STOPSHIP if true
#include "Log.h"

#include "atoms_info.h"
#include "puller_util.h"

namespace android {
+0 −1
Original line number Diff line number Diff line
@@ -16,7 +16,6 @@
#pragma once

#include "config/ConfigKey.h"
#include "atoms_info.h"

#include <gtest/gtest_prod.h>
#include <log/log_time.h>
+0 −1
Original line number Diff line number Diff line
@@ -21,7 +21,6 @@

#include <inttypes.h>

#include "atoms_info.h"
#include "FieldValue.h"
#include "MetricProducer.h"
#include "condition/CombinationConditionTracker.h"
Loading