diff options
author | Brian Carlstrom <bdc@google.com> | 2014-02-25 11:47:48 -0800 |
---|---|---|
committer | Brian Carlstrom <bdc@google.com> | 2014-02-25 11:51:26 -0800 |
commit | 4cf5e57b5ec366b8730dacd45e8011e5f9b07b6d (patch) | |
tree | 4830199916f9f0f507af7a7c0b959e2e881a0aeb /runtime/class_linker.cc | |
parent | 51c89a953df74c872993ea9a66c3ec8133b132da (diff) | |
download | art-4cf5e57b5ec366b8730dacd45e8011e5f9b07b6d.zip art-4cf5e57b5ec366b8730dacd45e8011e5f9b07b6d.tar.gz art-4cf5e57b5ec366b8730dacd45e8011e5f9b07b6d.tar.bz2 |
Move waitpid(2) includes to art::Exec implementation
(cherry picked from commit 446a13ff04dae7ef9c90584e7cf8e834ee841681)
Change-Id: Id5fe3dd8e6c4cef953c39b00f2a53b23da5a6247
Diffstat (limited to 'runtime/class_linker.cc')
-rw-r--r-- | runtime/class_linker.cc | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/runtime/class_linker.cc b/runtime/class_linker.cc index 1c721c9..69d957f 100644 --- a/runtime/class_linker.cc +++ b/runtime/class_linker.cc @@ -19,8 +19,6 @@ #include <fcntl.h> #include <sys/file.h> #include <sys/stat.h> -#include <sys/types.h> -#include <sys/wait.h> #include <deque> #include <string> |