diff options
author | Tom Cherry <tomcherry@google.com> | 2020-07-27 21:35:51 +0000 |
---|---|---|
committer | Gerrit Code Review <noreply-gerritcodereview@google.com> | 2020-07-27 21:35:51 +0000 |
commit | 9e9ce9f9efa6d07450d976dfcbc1d666e51a11fc (patch) | |
tree | d90ef64360c9a1314f8de06f412d68e011a9babc /cmds/statsd/src/config/ConfigManager.cpp | |
parent | 00cf543f53b2b88e2aa3d0d11037b54eddbfd0a3 (diff) | |
parent | 0f719e7fc4d5f7bb364895142b5335cad644f21a (diff) |
Merge "Delete unused imports in Statsd"
Diffstat (limited to 'cmds/statsd/src/config/ConfigManager.cpp')
-rw-r--r-- | cmds/statsd/src/config/ConfigManager.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/cmds/statsd/src/config/ConfigManager.cpp b/cmds/statsd/src/config/ConfigManager.cpp index fc949b494194..3439e89ebc18 100644 --- a/cmds/statsd/src/config/ConfigManager.cpp +++ b/cmds/statsd/src/config/ConfigManager.cpp @@ -25,8 +25,6 @@ #include "stats_util.h" #include "stats_log_util.h" -#include <android-base/file.h> -#include <dirent.h> #include <stdio.h> #include <vector> #include "android-base/stringprintf.h" @@ -35,9 +33,7 @@ namespace android { namespace os { namespace statsd { -using std::map; using std::pair; -using std::set; using std::string; using std::vector; |