~vanvugt/mir/remove-callbacks-mir_connect

« back to all changes in this revision

Viewing changes to 3rd_party/android-input/android/frameworks/native/include/utils/StrongPointer.h

  • Committer: Tarmac
  • Author(s): Alan Griffiths
  • Date: 2013-02-06 15:41:31 UTC
  • mfrom: (384.4.9 mir)
  • Revision ID: tarmac-20130206154131-y31s0n6lrz71er5e
3rd_party/android-input: remove reliance on cutils/atomic.(c|h).

Approved by Alexandros Frantzis, PS Jenkins bot.

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 <cutils/atomic.h>
 
20
#include <androidfw/Platform.h>
 
21
 
 
22
#include ANDROIDFW_CUTILS(atomic.h)
21
23
 
22
24
#include <stdint.h>
23
25
#include <sys/types.h>