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

Commit 18d1ffa0 authored by Elliott Hughes's avatar Elliott Hughes
Browse files

Remove ununsed #include.

The header isn't useful anyway --- new code should just use
static_assert directly.

Test: treehugger
Change-Id: I85fd0271870342dafea5c33b8df07d8d2c5371d9
parent 8debb9f3
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -25,7 +25,6 @@

#include <cutils/compiler.h>
#include <cutils/properties.h>
#include <utils/Debug.h>
#include <utils/Log.h>
#include <audio_utils/primitives.h>

+0 −1
Original line number Diff line number Diff line
@@ -27,7 +27,6 @@

#include "Configuration.h"
#include <time.h>
#include <utils/Debug.h>
#include <utils/Log.h>
#include <utils/Trace.h>
#include <system/audio.h>
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@
#include <cpustats/ThreadCpuUsage.h>
#endif
#endif
#include <utils/Debug.h>
#include <utils/Log.h>
#include "FastMixerDumpState.h"