diff options
Diffstat (limited to 'tools/aapt2/Debug.h')
-rw-r--r-- | tools/aapt2/Debug.h | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/tools/aapt2/Debug.h b/tools/aapt2/Debug.h index cdb3dcb6a5d8..5b0d7d69e703 100644 --- a/tools/aapt2/Debug.h +++ b/tools/aapt2/Debug.h @@ -20,13 +20,11 @@ #include "Resource.h" #include "ResourceTable.h" -#include <memory> - namespace aapt { struct Debug { - static void printTable(const std::shared_ptr<ResourceTable>& table); - static void printStyleGraph(const std::shared_ptr<ResourceTable>& table, + static void printTable(ResourceTable* table); + static void printStyleGraph(ResourceTable* table, const ResourceName& targetStyle); }; |