diff --git a/recovery-refresh.cpp b/recovery-refresh.cpp index b75c9153..b2ab52f7 100644 --- a/recovery-refresh.cpp +++ b/recovery-refresh.cpp @@ -44,7 +44,6 @@ #include #include /* Android Log Priority Tags */ -#include /* Android Log packet format */ #include /* private pmsg functions */ static const char LAST_KMSG_FILE[] = "recovery/last_kmsg"; diff --git a/tests/unit/recovery_test.cpp b/tests/unit/recovery_test.cpp index f397f258..28b845fb 100644 --- a/tests/unit/recovery_test.cpp +++ b/tests/unit/recovery_test.cpp @@ -21,7 +21,6 @@ #include #include -#include #include static const char myFilename[] = "/data/misc/recovery/inject.txt";