rosemary: init: cleanup includes

This commit is contained in:
Demon000
2021-10-10 16:20:42 +01:00
committed by Matsvei Niaverau
parent f78c9685dd
commit 4bd9ec8009

View File

@@ -14,20 +14,15 @@
* limitations under the License.
*/
#include <cstdlib>
#include <fstream>
#include <string.h>
#include <cstring>
#include <sys/sysinfo.h>
#include <unistd.h>
#include <android-base/properties.h>
#define _REALLY_INCLUDE_SYS__SYSTEM_PROPERTIES_H_
#include <sys/_system_properties.h>
#include "vendor_init.h"
#include "property_service.h"
using android::base::GetProperty;
using android::init::property_set;
void load_dalvik_properties()