diff options
author | Elliott Hughes <enh@google.com> | 2020-08-17 15:59:52 -0700 |
---|---|---|
committer | Elliott Hughes <enh@google.com> | 2020-08-17 15:59:52 -0700 |
commit | a3edc25cdacb395b1372b8e00da9ab606ec90bf3 (patch) | |
tree | afc03801349f54ac3fe5310413649bcba6dd746b /libs/androidfw | |
parent | 6bfe7f9a2663361b50a436e991d6771d0651b0e3 (diff) |
Remove unused #include.
The header is obsolete anyway: new code should just use static_assert.
Test: treehugger
Change-Id: I407ba6e90302557aa8e2604bdd2c6d9129353e9e
Diffstat (limited to 'libs/androidfw')
-rw-r--r-- | libs/androidfw/ResourceTypes.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libs/androidfw/ResourceTypes.cpp b/libs/androidfw/ResourceTypes.cpp index 535386920265..905de6be577b 100644 --- a/libs/androidfw/ResourceTypes.cpp +++ b/libs/androidfw/ResourceTypes.cpp @@ -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> |