From f90f0224ebd06f1dae47efc848b4fc72b281acde Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Wed, 28 Sep 2016 15:54:45 -0700 Subject: [PATCH] system/core Replace log/log.h with android/log.h Should use android/log.h instead of log/log.h as a good example to all others. Adjust header order to comply with Android Coding standards. Test: Compile Bug: 26552300 Bug: 31289077 Change-Id: I33a8fb4e754d2dc4754d335660c450e0a67190fc --- lmkd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lmkd.c b/lmkd.c index df1b9af..107aa3e 100644 --- a/lmkd.c +++ b/lmkd.c @@ -30,8 +30,8 @@ #include #include +#include #include -#include #include #ifndef __unused