summaryrefslogtreecommitdiff
path: root/rsGrallocConsumer.h
diff options
context:
space:
mode:
authorChris Wailes <chriswailes@google.com>2014-07-28 16:54:38 -0700
committerChris Wailes <chriswailes@google.com>2014-08-18 15:12:32 -0700
commit93d6bc872b7d9fba63abfa7513d56b38d9c3d371 (patch)
tree0a99fbd58c3254f82ffa1600f653aeac81c55d03 /rsGrallocConsumer.h
parent70d4971878444fe7cf4263998b0c3f46e2b6c71f (diff)
downloadrs-93d6bc872b7d9fba63abfa7513d56b38d9c3d371.tar.gz
Replaced android::Vector with std::vector.
Change-Id: I4c6abd964dc4b1412ec2e592fc8e835fecfe53f6
Diffstat (limited to 'rsGrallocConsumer.h')
-rw-r--r--rsGrallocConsumer.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/rsGrallocConsumer.h b/rsGrallocConsumer.h
index 9e4fc586..b134862e 100644
--- a/rsGrallocConsumer.h
+++ b/rsGrallocConsumer.h
@@ -17,12 +17,13 @@
#ifndef ANDROID_RS_GRALLOC_CONSUMER_H
#define ANDROID_RS_GRALLOC_CONSUMER_H
+#include <vector>
+
#include <gui/ConsumerBase.h>
#include <ui/GraphicBuffer.h>
#include <utils/String8.h>
-#include <utils/Vector.h>
#include <utils/threads.h>
@@ -75,4 +76,3 @@ class GrallocConsumer : public ConsumerBase
} // namespace android
#endif // ANDROID_RS_GRALLOC_CONSUMER_H
-