Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a4d629d3 authored by Glenn Kasten's avatar Glenn Kasten Committed by Gerrit Code Review
Browse files

Merge "Include what you use: <cutils/bitops.h> for popcount"

parents dbb98950 76a13443
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -19,6 +19,7 @@

#include <audio_utils/clock.h>
#include <audio_utils/PowerLog.h>
#include <cutils/bitops.h>
#include <cutils/properties.h>
#include <system/audio.h>

+1 −0
Original line number Diff line number Diff line
@@ -42,6 +42,7 @@
#include <set>
#include <unordered_set>
#include <vector>
#include <cutils/bitops.h>
#include <cutils/properties.h>
#include <utils/Log.h>
#include <media/AudioParameter.h>