~mir-team/mir/in-process-egl+input-conglomeration

« back to all changes in this revision

Viewing changes to 3rd_party/android-deps/utils/KeyedVector.h

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
21
21
#include <stdint.h>
22
22
#include <sys/types.h>
23
23
 
24
 
#include ANDROIDFW_UTILS(SortedVector.h)
25
 
#include ANDROIDFW_UTILS(TypeHelpers.h)
26
 
#include ANDROIDFW_UTILS(Errors.h)
 
24
#include <std/SortedVector.h>
 
25
#include <std/TypeHelpers.h>
 
26
#include <std/Errors.h>
27
27
 
28
28
// ---------------------------------------------------------------------------
29
29