diff options
author | 2017-01-12 15:34:32 +0000 | |
---|---|---|
committer | 2017-01-12 15:34:32 +0000 | |
commit | 16a30c1ac8ef32fe8b2d232697c494d0d86d196f (patch) | |
tree | b0d7ec03dfc3d58408a9616b7125a77a4ca4439c /vulkan/libvulkan/driver.cpp | |
parent | 74ee4a06a3bc0d8b5b3dd9fc784a6b0a04c48c9d (diff) | |
parent | d655e61a221d2b52653e5c78eb65ed6e89859bd3 (diff) |
Merge "Replace cutils/log.h and rationalize log/log.h and android/log.h"
am: d655e61a22
Change-Id: I86d040528ab10e503e03f033f12d47a8142c3c6b
Diffstat (limited to 'vulkan/libvulkan/driver.cpp')
-rw-r--r-- | vulkan/libvulkan/driver.cpp | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/vulkan/libvulkan/driver.cpp b/vulkan/libvulkan/driver.cpp index 25552724d5..56396f467f 100644 --- a/vulkan/libvulkan/driver.cpp +++ b/vulkan/libvulkan/driver.cpp @@ -14,13 +14,16 @@ * limitations under the License. */ +#include <malloc.h> #include <stdlib.h> #include <string.h> +#include <sys/prctl.h> + #include <algorithm> #include <array> #include <new> -#include <malloc.h> -#include <sys/prctl.h> + +#include <log/log.h> #include "driver.h" #include "stubhal.h" |