Merge "Remove unnecessary include."

This commit is contained in:
Christopher Ferris 2013-09-19 23:16:10 +00:00 committed by Android (Google) Code Review
commit 6de9653ac8
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>