diff options
author | 2017-01-12 15:48:18 +0000 | |
---|---|---|
committer | 2017-01-12 15:48:18 +0000 | |
commit | fbc97581511f1fa6aba808a970afa912706fbdea (patch) | |
tree | 8fb12fcdb9361099336ee3ce214d457ced1caf49 /vulkan/libvulkan/driver.cpp | |
parent | 70a7c384312e314b4af6cfe25a35820d354d0d8a (diff) | |
parent | 16a30c1ac8ef32fe8b2d232697c494d0d86d196f (diff) |
Merge "Replace cutils/log.h and rationalize log/log.h and android/log.h" am: d655e61a22
am: 16a30c1ac8
Change-Id: I697418fbab0dbbd447d0dca2eda5b1545cc2522e
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" |