Remove unused #include.

The header is obsolete anyway: new code should just use static_assert.

Test: treehugger
Change-Id: I407ba6e90302557aa8e2604bdd2c6d9129353e9e
This commit is contained in:
Elliott Hughes
2020-08-17 15:59:52 -07:00
parent 6bfe7f9a26
commit a3edc25cda

View File

@@ -37,7 +37,6 @@
#include <androidfw/TypeWrappers.h>
#include <cutils/atomic.h>
#include <utils/ByteOrder.h>
#include <utils/Debug.h>
#include <utils/Log.h>
#include <utils/String16.h>
#include <utils/String8.h>