summaryrefslogtreecommitdiffstats
path: root/minui/resources.cpp
diff options
context:
space:
mode:
authorTao Bao <tbao@google.com>2017-01-14 16:46:10 +0100
committerTao Bao <tbao@google.com>2017-01-23 17:59:56 +0100
commit0b1118d6b9f5de948048b5ed86e639571c744a7f (patch)
tree8e46705ec385121116f70a406d2de2c6b933b1ff /minui/resources.cpp
parentMerge "minui: Export minui/minui.h." (diff)
downloadandroid_bootable_recovery-0b1118d6b9f5de948048b5ed86e639571c744a7f.tar
android_bootable_recovery-0b1118d6b9f5de948048b5ed86e639571c744a7f.tar.gz
android_bootable_recovery-0b1118d6b9f5de948048b5ed86e639571c744a7f.tar.bz2
android_bootable_recovery-0b1118d6b9f5de948048b5ed86e639571c744a7f.tar.lz
android_bootable_recovery-0b1118d6b9f5de948048b5ed86e639571c744a7f.tar.xz
android_bootable_recovery-0b1118d6b9f5de948048b5ed86e639571c744a7f.tar.zst
android_bootable_recovery-0b1118d6b9f5de948048b5ed86e639571c744a7f.zip
Diffstat (limited to 'minui/resources.cpp')
-rw-r--r--minui/resources.cpp14
1 files changed, 6 insertions, 8 deletions
diff --git a/minui/resources.cpp b/minui/resources.cpp
index e6909f269..9c69030da 100644
--- a/minui/resources.cpp
+++ b/minui/resources.cpp
@@ -14,21 +14,19 @@
* limitations under the License.
*/
-#include <stdlib.h>
-#include <string.h>
-#include <unistd.h>
-
#include <fcntl.h>
+#include <linux/fb.h>
+#include <linux/kd.h>
#include <stdio.h>
-
+#include <stdlib.h>
+#include <string.h>
#include <sys/ioctl.h>
#include <sys/mman.h>
#include <sys/types.h>
-
-#include <linux/fb.h>
-#include <linux/kd.h>
+#include <unistd.h>
#include <vector>
+
#include <png.h>
#include "minui/minui.h"