summaryrefslogtreecommitdiffstats
path: root/services/audioflinger/FastMixer.cpp
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-05-22 14:20:39 -0700
committerElliott Hughes <enh@google.com>2014-05-22 14:20:39 -0700
commit63492411cf4abff452b47f59ec7ff6f3e9925c84 (patch)
treecc6cb58344fecd61be2dc08fac556340b4206ef2 /services/audioflinger/FastMixer.cpp
parentd551633916d3677da4dda10aba6837bdc6803ee0 (diff)
downloadframeworks_av-63492411cf4abff452b47f59ec7ff6f3e9925c84.zip
frameworks_av-63492411cf4abff452b47f59ec7ff6f3e9925c84.tar.gz
frameworks_av-63492411cf4abff452b47f59ec7ff6f3e9925c84.tar.bz2
Move frameworks/av off <sys/atomics.h>.
Bug: 14903517 Change-Id: I92cdfc618d83fd914cfb558a07b1deae0255fccb
Diffstat (limited to 'services/audioflinger/FastMixer.cpp')
-rw-r--r--services/audioflinger/FastMixer.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/services/audioflinger/FastMixer.cpp b/services/audioflinger/FastMixer.cpp
index acd3be7..6d87838 100644
--- a/services/audioflinger/FastMixer.cpp
+++ b/services/audioflinger/FastMixer.cpp
@@ -26,7 +26,6 @@
#define ATRACE_TAG ATRACE_TAG_AUDIO
#include "Configuration.h"
-#include <sys/atomics.h>
#include <time.h>
#include <utils/Log.h>
#include <utils/Trace.h>