summaryrefslogtreecommitdiffstats
path: root/minui/graphics.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-17 20:27:31 +0100
committerandroid-build-merger <android-build-merger@google.com>2017-01-17 20:27:31 +0100
commit274e0657829f6a0b80be4c3bc27d496f269a3bed (patch)
tree0bee41e1e42e7fdf6cc64001a230986b114136e3 /minui/graphics.cpp
parentMerge "recovery: Move property_get() to android::base::GetProperty()." am: ebb4e96a71 am: 421d92707d am: 81bffbda89 (diff)
parentMerge "minui: Export minui/minui.h." am: 13d15af08f am: ad20b76397 (diff)
downloadandroid_bootable_recovery-274e0657829f6a0b80be4c3bc27d496f269a3bed.tar
android_bootable_recovery-274e0657829f6a0b80be4c3bc27d496f269a3bed.tar.gz
android_bootable_recovery-274e0657829f6a0b80be4c3bc27d496f269a3bed.tar.bz2
android_bootable_recovery-274e0657829f6a0b80be4c3bc27d496f269a3bed.tar.lz
android_bootable_recovery-274e0657829f6a0b80be4c3bc27d496f269a3bed.tar.xz
android_bootable_recovery-274e0657829f6a0b80be4c3bc27d496f269a3bed.tar.zst
android_bootable_recovery-274e0657829f6a0b80be4c3bc27d496f269a3bed.zip
Diffstat (limited to 'minui/graphics.cpp')
-rw-r--r--minui/graphics.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/minui/graphics.cpp b/minui/graphics.cpp
index a3a958819..3b3bb65b5 100644
--- a/minui/graphics.cpp
+++ b/minui/graphics.cpp
@@ -14,7 +14,8 @@
* limitations under the License.
*/
-#include <stdbool.h>
+#include "graphics.h"
+
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
@@ -32,8 +33,7 @@
#include <time.h>
#include "font_10x18.h"
-#include "minui.h"
-#include "graphics.h"
+#include "minui/minui.h"
static GRFont* gr_font = NULL;
static minui_backend* gr_backend = NULL;