Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 166776fb authored by Elliott Hughes's avatar Elliott Hughes Committed by Gerrit Code Review
Browse files

Merge "Add missing includes."

parents aeccbffd 9d014d04
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -21,6 +21,8 @@
#include "TextRenderer.h"

#include <assert.h>
#include <malloc.h>
#include <string.h>

namespace android {
#include "FontBitmap.h"
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@

#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>

#include <utils/Log.h>
+1 −0
Original line number Diff line number Diff line
@@ -18,6 +18,7 @@

#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <sys/types.h>
#include <unistd.h>

+1 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@
 * SUCH DAMAGE.
 */

#include <malloc.h>
#include <stdio.h>
#include <stdint.h>
#include <string.h>