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

« back to all changes in this revision

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

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#ifndef ANDROID_STRING16_H
18
18
#define ANDROID_STRING16_H
19
19
 
20
 
#include <androidfw/Platform.h>
21
20
 
22
 
#include ANDROIDFW_UTILS(Errors.h)
23
 
#include ANDROIDFW_UTILS(SharedBuffer.h)
24
 
#include ANDROIDFW_UTILS(Unicode.h)
25
 
#include ANDROIDFW_UTILS(TypeHelpers.h)
 
21
#include <std/Errors.h>
 
22
#include <std/SharedBuffer.h>
 
23
#include <std/Unicode.h>
 
24
#include <std/TypeHelpers.h>
26
25
 
27
26
// ---------------------------------------------------------------------------
28
27