summaryrefslogtreecommitdiffstats
path: root/minui/graphics_fbdev.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-17 20:14:26 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-17 20:14:26 +0100
commit54890af615c0f5a1cd052770bf96bf0227102802 (patch)
treea173a7ceb0c9524626e334edd0db3f6e84faa3e2 /minui/graphics_fbdev.cpp
parentMerge "recovery: Move property_get() to android::base::GetProperty()." am: ebb4e96a71 (diff)
parentMerge "minui: Export minui/minui.h." (diff)
downloadandroid_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_fbdev.cpp')
-rw-r--r--minui/graphics_fbdev.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/minui/graphics_fbdev.cpp b/minui/graphics_fbdev.cpp
index 631ef4e13..2d70249ed 100644
--- a/minui/graphics_fbdev.cpp
+++ b/minui/graphics_fbdev.cpp
@@ -14,7 +14,6 @@
* limitations under the License.
*/
-#include <stdbool.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
@@ -30,7 +29,7 @@
#include <linux/fb.h>
#include <linux/kd.h>
-#include "minui.h"
+#include "minui/minui.h"
#include "graphics.h"
static GRSurface* fbdev_init(minui_backend*);