summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastMixer.h
diff options
context:
space:
mode:
authorGlenn Kasten <gkasten@google.com>2015-02-17 16:24:07 -0800
committerGlenn Kasten <gkasten@google.com>2015-02-19 09:47:41 -0800
commitad8510a339ffab330c2c46e5c247dd1cf9e15c22 (patch)
treef8643e6711ce756876c02cbb2c0ed4ed459c6187 /services/audioflinger/FastMixer.h
parent04333cdc8d6a3c8e4a11835371e8ad13adf3f7f0 (diff)
downloadframeworks_av-ad8510a339ffab330c2c46e5c247dd1cf9e15c22.zip
frameworks_av-ad8510a339ffab330c2c46e5c247dd1cf9e15c22.tar.gz
frameworks_av-ad8510a339ffab330c2c46e5c247dd1cf9e15c22.tar.bz2
Include what you use
Change-Id: I1967861f383bb5ed6743fb69e3bd439907ed7033
Diffstat (limited to 'services/audioflinger/FastMixer.h')
-rw-r--r--services/audioflinger/FastMixer.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/services/audioflinger/FastMixer.h b/services/audioflinger/FastMixer.h
index fde8c2b..7649db2 100644
--- a/services/audioflinger/FastMixer.h
+++ b/services/audioflinger/FastMixer.h
@@ -17,11 +17,7 @@
#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 "FastThread.h"
-#include <utils/Thread.h>
#include "StateQueue.h"
#include "FastMixerState.h"
#include "FastMixerDumpState.h"