summaryrefslogtreecommitdiff
path: root/init/builtins.cpp
diff options
context:
space:
mode:
authorTom Cherry <tomcherry@google.com>2019-06-26 15:32:13 -0700
committerTom Cherry <tomcherry@google.com>2019-06-26 15:38:47 -0700
commitf1a044bac48af793c7b84175ff4bd0d72f9c8a1a (patch)
tree89b85688d1c179b7837bbc7b228137780c500860 /init/builtins.cpp
parent172c83f972cd2e2603fc12efc21a0b0b69b18b8e (diff)
init: clean up host_init_stubs a bit
In retrospect, these always should have been header only. We don't need setgroups() anymore either, since we have the right symbols now. Test: build Change-Id: If6fbf6f8ee288ed261576207d90a7ec5674853f9
Diffstat (limited to 'init/builtins.cpp')
-rw-r--r--init/builtins.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/init/builtins.cpp b/init/builtins.cpp
index fca98095e..cc84aa086 100644
--- a/init/builtins.cpp
+++ b/init/builtins.cpp
@@ -63,7 +63,6 @@
#include "action_manager.h"
#include "bootchart.h"
-#include "host_init_stubs.h"
#include "init.h"
#include "mount_namespace.h"
#include "parser.h"