commit | e74bbf18a6595a914d3c771be08a72077465c51f | [log] [tgz] |
---|---|---|
author | Mark Salyzyn <salyzyn@google.com> | Thu Jan 12 15:10:27 2017 -0800 |
committer | Mark Salyzyn <salyzyn@google.com> | Thu Jan 12 15:10:27 2017 -0800 |
tree | 67ecfbc9a118ea695beaf5536bcd3ea5e9cfe376 | |
parent | ce961d374f8436a50e63a081afa6b6c3185b2f90 [diff] [blame] |
liblog: use log/log.h for ALOG macros Test: compile Bug: 34250038 Change-Id: Ie3b92790df631dbacdd51053264dddeba66913c1
diff --git a/media/libeffects/loudness/EffectLoudnessEnhancer.cpp b/media/libeffects/loudness/EffectLoudnessEnhancer.cpp index 3c78e95..cf00e60 100644 --- a/media/libeffects/loudness/EffectLoudnessEnhancer.cpp +++ b/media/libeffects/loudness/EffectLoudnessEnhancer.cpp
@@ -19,12 +19,13 @@ #include <assert.h> #include <math.h> -#include <new> #include <stdlib.h> #include <string.h> #include <time.h> -#include <android/log.h> +#include <new> + +#include <log/log.h> #include <audio_effects/effect_loudnessenhancer.h> #include "dsp/core/dynamic_range_compression.h"