Merge "init: clean up more headers"

This commit is contained in:
Treehugger Robot 2017-04-07 22:56:28 +00:00 committed by Gerrit Code Review
commit 4f6feec25b
4 changed files with 3 additions and 2 deletions

View file

@ -33,6 +33,7 @@
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/syscall.h> #include <sys/syscall.h>
#include <sys/system_properties.h>
#include <sys/time.h> #include <sys/time.h>
#include <sys/types.h> #include <sys/types.h>
#include <sys/wait.h> #include <sys/wait.h>

View file

@ -24,6 +24,7 @@
#include <limits.h> #include <limits.h>
#include <netinet/in.h> #include <netinet/in.h>
#include <stdarg.h> #include <stdarg.h>
#include <stddef.h>
#include <stdio.h> #include <stdio.h>
#include <stdlib.h> #include <stdlib.h>
#include <string.h> #include <string.h>

View file

@ -17,9 +17,7 @@
#ifndef _INIT_PROPERTY_H #ifndef _INIT_PROPERTY_H
#define _INIT_PROPERTY_H #define _INIT_PROPERTY_H
#include <stddef.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <sys/system_properties.h>
#include <string> #include <string>

View file

@ -24,6 +24,7 @@
#include <sys/prctl.h> #include <sys/prctl.h>
#include <sys/resource.h> #include <sys/resource.h>
#include <sys/stat.h> #include <sys/stat.h>
#include <sys/system_properties.h>
#include <sys/time.h> #include <sys/time.h>
#include <sys/wait.h> #include <sys/wait.h>
#include <termios.h> #include <termios.h>