From ff2dcd9af994a23ed483939a416b48bdc10eefd5 Mon Sep 17 00:00:00 2001 From: Mark Salyzyn Date: Wed, 28 Sep 2016 15:54:45 -0700 Subject: 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 --- libcutils/sockets_unix.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libcutils/sockets_unix.cpp') diff --git a/libcutils/sockets_unix.cpp b/libcutils/sockets_unix.cpp index d4dca633d..e51a1c7a2 100644 --- a/libcutils/sockets_unix.cpp +++ b/libcutils/sockets_unix.cpp @@ -14,11 +14,10 @@ * limitations under the License. */ -#include - #include #include +#include #if defined(__ANDROID__) /* For the socket trust (credentials) check */ -- cgit v1.2.3