summaryrefslogtreecommitdiff
path: root/init/import_parser.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2017-04-06 16:30:22 -0700
committerTom Cherry <tomcherry@google.com>2017-04-06 18:06:34 -0700
commit3f5eaae526413a29de899270714469c76dc91ec8 (patch)
treec7de454140682dad1661449b29badf31f001e345 /init/import_parser.cpp
parentb15882faab26af76f0bca30c2ce4ef4890eb4502 (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/import_parser.cpp')
-rw-r--r--init/import_parser.cpp6
1 files changed, 1 insertions, 5 deletions
diff --git a/init/import_parser.cpp b/init/import_parser.cpp
index d52247b3e..8a2bcc291 100644
--- a/init/import_parser.cpp
+++ b/init/import_parser.cpp
@@ -16,12 +16,8 @@
#include "import_parser.h"
-#include "errno.h"
+#include <android-base/logging.h>
-#include <string>
-#include <vector>
-
-#include "log.h"
#include "util.h"
bool ImportParser::ParseSection(const std::vector<std::string>& args,