Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a7d07189 authored by Tom Cherry's avatar Tom Cherry Committed by android-build-merger
Browse files

Merge "init: clean up more headers"

am: 4f6feec2

Change-Id: Icd46443f3405b80c3f10981301eb931cc204d6a2
parents 21c8a291 4f6feec2
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -33,6 +33,7 @@
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/syscall.h>
#include <sys/system_properties.h>
#include <sys/time.h>
#include <sys/types.h>
#include <sys/wait.h>
+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include <limits.h>
#include <netinet/in.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+0 −2
Original line number Diff line number Diff line
@@ -17,9 +17,7 @@
#ifndef _INIT_PROPERTY_H
#define _INIT_PROPERTY_H

#include <stddef.h>
#include <sys/socket.h>
#include <sys/system_properties.h>

#include <string>

+1 −0
Original line number Diff line number Diff line
@@ -24,6 +24,7 @@
#include <sys/prctl.h>
#include <sys/resource.h>
#include <sys/stat.h>
#include <sys/system_properties.h>
#include <sys/time.h>
#include <sys/wait.h>
#include <termios.h>