Remove logcat's false dependency on a libutils header file.

Change-Id: Idf499d77e88d2ee7d5b1050eaf45ba29481793a4
This commit is contained in:
Elliott Hughes 2016-02-17 11:58:01 -08:00
parent 2773d4f96a
commit b9e53b4d2d
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@
#include <log/logd.h>
#include <log/logger.h>
#include <log/logprint.h>
#include <utils/threads.h>
#include <system/thread_defs.h>
#define DEFAULT_MAX_ROTATED_LOGS 4