Remove unnecessary include.
All these files are including utils/CallStack.h, but none of the code uses any CallStack objects. Change-Id: I38c3a346a3bd0ddbff368d0f7f8b3f3d78fc0432
This commit is contained in:
parent
41058088cf
commit
d142f4b787
@ -31,7 +31,6 @@
|
||||
|
||||
#include <utils/Log.h>
|
||||
#include <utils/Trace.h>
|
||||
#include <utils/CallStack.h>
|
||||
|
||||
// Macros for including the BufferQueue name in log messages
|
||||
#define ST_LOGV(x, ...) ALOGV("[%s] "x, mConsumerName.string(), ##__VA_ARGS__)
|
||||
|
@ -23,7 +23,6 @@
|
||||
|
||||
#include <android/native_window.h>
|
||||
|
||||
#include <utils/CallStack.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/Log.h>
|
||||
#include <utils/threads.h>
|
||||
|
@ -23,7 +23,6 @@
|
||||
#include <sys/types.h>
|
||||
#include <math.h>
|
||||
|
||||
#include <utils/CallStack.h>
|
||||
#include <utils/Errors.h>
|
||||
#include <utils/misc.h>
|
||||
#include <utils/String8.h>
|
||||
|
Loading…
Reference in New Issue
Block a user