diff options
author | Andreas Schneider <asn@cryptomilk.org> | 2017-11-02 17:56:56 +0100 |
---|---|---|
committer | Dees Troy <dees_troy@teamw.in> | 2017-11-29 18:04:00 +0100 |
commit | 9c820955c86dad378b4d16376807245b7e95fdde (patch) | |
tree | 1f14c130b5cee0344426db71c4674714e2894b10 /minui | |
parent | minui: Add missing <linux/ion.h> for 'struct ion_handle_data' (diff) | |
download | android_bootable_recovery-9c820955c86dad378b4d16376807245b7e95fdde.tar android_bootable_recovery-9c820955c86dad378b4d16376807245b7e95fdde.tar.gz android_bootable_recovery-9c820955c86dad378b4d16376807245b7e95fdde.tar.bz2 android_bootable_recovery-9c820955c86dad378b4d16376807245b7e95fdde.tar.lz android_bootable_recovery-9c820955c86dad378b4d16376807245b7e95fdde.tar.xz android_bootable_recovery-9c820955c86dad378b4d16376807245b7e95fdde.tar.zst android_bootable_recovery-9c820955c86dad378b4d16376807245b7e95fdde.zip |
Diffstat (limited to 'minui')
-rw-r--r-- | minui/graphics_overlay.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/minui/graphics_overlay.cpp b/minui/graphics_overlay.cpp index 39ec5e494..0e3e2559b 100644 --- a/minui/graphics_overlay.cpp +++ b/minui/graphics_overlay.cpp @@ -14,8 +14,6 @@ * limitations under the License. */ -#include "graphics_overlay.h" - #include <stdbool.h> #include <stdlib.h> #include <string.h> @@ -40,6 +38,8 @@ #define MSMFB_NEW_REQUEST 0 #endif +#include "graphics_overlay.h" + #include "minui/minui.h" #define MDP_V4_0 400 |