diff options
author | Tom Cherry <tomcherry@google.com> | 2017-04-06 16:30:22 -0700 |
---|---|---|
committer | Tom Cherry <tomcherry@google.com> | 2017-04-06 18:06:34 -0700 |
commit | 3f5eaae526413a29de899270714469c76dc91ec8 (patch) | |
tree | c7de454140682dad1661449b29badf31f001e345 /init/init_parser_test.cpp | |
parent | b15882faab26af76f0bca30c2ce4ef4890eb4502 (diff) |
init: more header cleanup
Remove includes of "log.h" that really want <android-base/logging.h>
Fix header include order
Remove headers included in .cpp files that their associated .h already includes
Remove some unused headers
Test: boot bullhead
Change-Id: I2b415adfe86a5c8bbe4fb1ebc53c7b0ee2253824
Diffstat (limited to 'init/init_parser_test.cpp')
-rw-r--r-- | init/init_parser_test.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/init/init_parser_test.cpp b/init/init_parser_test.cpp index 52aaa37fe..d8fd2bab9 100644 --- a/init/init_parser_test.cpp +++ b/init/init_parser_test.cpp @@ -18,9 +18,7 @@ #include "init.h" #include "service.h" -#include "util.h" -#include <errno.h> #include <gtest/gtest.h> #include <string> |