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

« back to all changes in this revision

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

Merged trunk and fixed issues

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
#ifndef ANDROID_STRONG_POINTER_H
18
18
#define ANDROID_STRONG_POINTER_H
19
19
 
20
 
#include <androidfw/Platform.h>
21
20
 
22
 
#include ANDROIDFW_CUTILS(atomic.h)
 
21
#include <std/atomic.h>
23
22
 
24
23
#include <stdint.h>
25
24
#include <sys/types.h>