summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastMixer.h
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-05-21 17:55:51 -0700
committerElliott Hughes <enh@google.com>2014-05-21 18:15:33 -0700
commitee499291404a192b059f2e04c5afc65aa6cdd74c (patch)
tree1c1537b599b21c331b15493f776adcbff307ac2f /services/audioflinger/FastMixer.h
parentd084206d5a4a5364211af46e4201311933e83bfc (diff)
downloadframeworks_av-ee499291404a192b059f2e04c5afc65aa6cdd74c.zip
frameworks_av-ee499291404a192b059f2e04c5afc65aa6cdd74c.tar.gz
frameworks_av-ee499291404a192b059f2e04c5afc65aa6cdd74c.tar.bz2
Move frameworks/av off private API.
Bug: 11156955 Change-Id: Ib3bb9d66a2bf92977c2445b62aa074a2d7a45aea
Diffstat (limited to 'services/audioflinger/FastMixer.h')
-rw-r--r--services/audioflinger/FastMixer.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/services/audioflinger/FastMixer.h b/services/audioflinger/FastMixer.h
index 6158925..c356d31 100644
--- a/services/audioflinger/FastMixer.h
+++ b/services/audioflinger/FastMixer.h
@@ -17,11 +17,10 @@
#ifndef ANDROID_AUDIO_FAST_MIXER_H
#define ANDROID_AUDIO_FAST_MIXER_H
+#include <linux/futex.h>
+#include <sys/syscall.h>
#include <utils/Debug.h>
#include <utils/Thread.h>
-extern "C" {
-#include "../private/bionic_futex.h"
-}
#include "StateQueue.h"
#include "FastMixerState.h"