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:
Christopher Ferris 2013-09-19 15:32:56 -07:00
parent 41058088cf
commit d142f4b787
3 changed files with 0 additions and 3 deletions

View File

@ -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__)

View File

@ -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>

View File

@ -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>