Skip to content

Commit

Permalink
breeze: init: cleanup includes
Browse files Browse the repository at this point in the history
  • Loading branch information
Demon000 authored and Hadenix committed Nov 8, 2023
1 parent f956fcf commit fbae5a3
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions init/init.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit fbae5a3

Please sign in to comment.