diff options
author | Tao Bao <tbao@google.com> | 2017-01-17 20:14:26 +0100 |
---|---|---|
committer | android-build-merger <android-build-merger@google.com> | 2017-01-17 20:14:26 +0100 |
commit | 54890af615c0f5a1cd052770bf96bf0227102802 (patch) | |
tree | a173a7ceb0c9524626e334edd0db3f6e84faa3e2 /minui/graphics_drm.cpp | |
parent | Merge "recovery: Move property_get() to android::base::GetProperty()." am: ebb4e96a71 (diff) | |
parent | Merge "minui: Export minui/minui.h." (diff) | |
download | android_bootable_recovery-54890af615c0f5a1cd052770bf96bf0227102802.tar android_bootable_recovery-54890af615c0f5a1cd052770bf96bf0227102802.tar.gz android_bootable_recovery-54890af615c0f5a1cd052770bf96bf0227102802.tar.bz2 android_bootable_recovery-54890af615c0f5a1cd052770bf96bf0227102802.tar.lz android_bootable_recovery-54890af615c0f5a1cd052770bf96bf0227102802.tar.xz android_bootable_recovery-54890af615c0f5a1cd052770bf96bf0227102802.tar.zst android_bootable_recovery-54890af615c0f5a1cd052770bf96bf0227102802.zip |
Diffstat (limited to 'minui/graphics_drm.cpp')
-rw-r--r-- | minui/graphics_drm.cpp | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/minui/graphics_drm.cpp b/minui/graphics_drm.cpp index 03e33b775..199f4d83c 100644 --- a/minui/graphics_drm.cpp +++ b/minui/graphics_drm.cpp @@ -16,7 +16,6 @@ #include <drm_fourcc.h> #include <fcntl.h> -#include <stdbool.h> #include <stdio.h> #include <stdlib.h> #include <string.h> @@ -28,7 +27,7 @@ #include <xf86drm.h> #include <xf86drmMode.h> -#include "minui.h" +#include "minui/minui.h" #include "graphics.h" #define ARRAY_SIZE(A) (sizeof(A)/sizeof(*(A))) |