summaryrefslogtreecommitdiffstats
path: root/include/binder
diff options
context:
space:
mode:
Diffstat (limited to 'include/binder')
-rw-r--r--include/binder/Binder.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/include/binder/Binder.h b/include/binder/Binder.h
index 86628a0..ba3ac4b 100644
--- a/include/binder/Binder.h
+++ b/include/binder/Binder.h
@@ -17,8 +17,6 @@
#ifndef ANDROID_BINDER_H
#define ANDROID_BINDER_H
-#include <stdatomic.h>
-#include <stdint.h>
#include <binder/IBinder.h>
// ---------------------------------------------------------------------------
@@ -71,7 +69,7 @@ private:
class Extras;
- atomic_uintptr_t mExtras; // should be atomic<Extras *>
+ Extras* mExtras;
void* mReserved0;
};