summaryrefslogtreecommitdiffstats
path: root/services
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2014-05-22 21:30:25 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2014-05-22 21:30:25 +0000
commit8b187f4acea8d7e517ff9ced32fc7368bdbaa6e0 (patch)
treecc6cb58344fecd61be2dc08fac556340b4206ef2 /services
parentd551633916d3677da4dda10aba6837bdc6803ee0 (diff)
parent63492411cf4abff452b47f59ec7ff6f3e9925c84 (diff)
downloadframeworks_av-8b187f4acea8d7e517ff9ced32fc7368bdbaa6e0.zip
frameworks_av-8b187f4acea8d7e517ff9ced32fc7368bdbaa6e0.tar.gz
frameworks_av-8b187f4acea8d7e517ff9ced32fc7368bdbaa6e0.tar.bz2
Merge "Move frameworks/av off <sys/atomics.h>."
Diffstat (limited to 'services')
-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>