summaryrefslogtreecommitdiffstats
path: root/minui/graphics_fbdev.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-17 20:08:48 +0100
committerGerrit Code Review <noreply-gerritcodereview@google.com>2017-01-17 20:08:48 +0100
commit13d15af08fe0e916f998929f84209aa1cecfd0b5 (patch)
tree9f8c0d4ad683e77dcbb0f3e6a14970462b9b4ba5 /minui/graphics_fbdev.cpp
parentMerge "recovery: Move property_get() to android::base::GetProperty()." (diff)
parentminui: Export minui/minui.h. (diff)
downloadandroid_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar
android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar.gz
android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar.bz2
android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar.lz
android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar.xz
android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.tar.zst
android_bootable_recovery-13d15af08fe0e916f998929f84209aa1cecfd0b5.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*);