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

Commit 4d6c372e authored by Mark Salyzyn's avatar Mark Salyzyn
Browse files

missing includes

Assumptions are made about header side effects

Test: compile
Bug: 30465923
Change-Id: Icc9415aed5e54b2bc00b70aa0da6df4148f30654
parent 9a904d68
Loading
Loading
Loading
Loading
+2 −0
Original line number Original line Diff line number Diff line
@@ -22,6 +22,8 @@


#include "Typeface.h"
#include "Typeface.h"


#include <pthread.h>

#include "MinikinSkia.h"
#include "MinikinSkia.h"
#include "SkTypeface.h"
#include "SkTypeface.h"
#include "SkPaint.h"
#include "SkPaint.h"
+1 −0
Original line number Original line Diff line number Diff line
@@ -23,6 +23,7 @@


#include <linux/fuse.h>
#include <linux/fuse.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/uio.h>


#include <map>
#include <map>


+2 −1
Original line number Original line Diff line number Diff line
@@ -23,9 +23,10 @@
#include "ZipEntry.h"
#include "ZipEntry.h"
#include <utils/Log.h>
#include <utils/Log.h>


#include <assert.h>
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <assert.h>
#include <time.h>


using namespace android;
using namespace android;