diff options
author | 2017-01-12 15:19:07 +0000 | |
---|---|---|
committer | 2017-01-12 15:19:08 +0000 | |
commit | d655e61a221d2b52653e5c78eb65ed6e89859bd3 (patch) | |
tree | b0d7ec03dfc3d58408a9616b7125a77a4ca4439c /vulkan/libvulkan/driver.cpp | |
parent | 5cfc1c0546d797ebca9bdc3645585e33cc0c1193 (diff) | |
parent | 7823e124e00576e20e47ec717cbe8bc89f0f2bf2 (diff) |
Merge "Replace cutils/log.h and rationalize log/log.h and android/log.h"
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" |