summaryrefslogtreecommitdiff
path: root/cmds/statsd/src/main.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2020-07-27 21:35:51 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2020-07-27 21:35:51 +0000
commit9e9ce9f9efa6d07450d976dfcbc1d666e51a11fc (patch)
treed90ef64360c9a1314f8de06f412d68e011a9babc /cmds/statsd/src/main.cpp
parent00cf543f53b2b88e2aa3d0d11037b54eddbfd0a3 (diff)
parent0f719e7fc4d5f7bb364895142b5335cad644f21a (diff)
Merge "Delete unused imports in Statsd"
Diffstat (limited to 'cmds/statsd/src/main.cpp')
-rw-r--r--cmds/statsd/src/main.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/cmds/statsd/src/main.cpp b/cmds/statsd/src/main.cpp
index 0e669287111d..739c5977a2d0 100644
--- a/cmds/statsd/src/main.cpp
+++ b/cmds/statsd/src/main.cpp
@@ -20,16 +20,11 @@
#include "StatsService.h"
#include "socket/StatsSocketListener.h"
-#include <binder/IInterface.h>
#include <binder/IPCThreadState.h>
#include <binder/IServiceManager.h>
#include <binder/ProcessState.h>
-#include <binder/Status.h>
#include <hidl/HidlTransportSupport.h>
#include <utils/Looper.h>
-#include <utils/StrongPointer.h>
-
-#include <memory>
#include <stdio.h>
#include <sys/stat.h>