diff options
| author | Mark Salyzyn <salyzyn@google.com> | 2016-09-28 15:54:45 -0700 |
|---|---|---|
| committer | Mark Salyzyn <salyzyn@google.com> | 2016-09-30 12:47:05 -0700 |
| commit | 51b1e55600e134b6bd31e2087af28a34b2c63132 (patch) | |
| tree | 6e5a0dfe4e39c407eea7e39840eef5d56b720de4 /libcutils/sockets_unix.cpp | |
| parent | 316adc3231f2a772526805bb43038949e8038eb8 (diff) | |
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
Diffstat (limited to 'libcutils/sockets_unix.cpp')
| -rw-r--r-- | libcutils/sockets_unix.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libcutils/sockets_unix.cpp b/libcutils/sockets_unix.cpp index d4dca633dc..e51a1c7a2f 100644 --- a/libcutils/sockets_unix.cpp +++ b/libcutils/sockets_unix.cpp @@ -14,11 +14,10 @@ * limitations under the License. */ -#include <cutils/sockets.h> - #include <sys/uio.h> #include <android/log.h> +#include <cutils/sockets.h> #if defined(__ANDROID__) /* For the socket trust (credentials) check */ |
