commit | 006ba85e981d66ecf262a0ba0b2a6160b1923f24 | [log] [tgz] |
---|---|---|
author | Mathias Agopian <mathias@google.com> | Mon Jun 01 15:27:46 2009 -0700 |
committer | Mathias Agopian <mathias@google.com> | Mon Jun 01 15:27:46 2009 -0700 |
tree | 78e955d14d3f1d71410fd30ecbcd264f11a18985 | |
parent | ebefc48e61a7d5cf2a3228e6c8729feeeb42d1b4 [diff] [blame] |
fix 1650170 pixelflinger depends on KeyedVector.h, etc
diff --git a/libpixelflinger/codeflinger/CodeCache.h b/libpixelflinger/codeflinger/CodeCache.h index 370ce17..8ff1366 100644 --- a/libpixelflinger/codeflinger/CodeCache.h +++ b/libpixelflinger/codeflinger/CodeCache.h
@@ -23,8 +23,7 @@ #include <pthread.h> #include <sys/types.h> -#include <utils/KeyedVector.h> - +#include "tinyutils/KeyedVector.h" #include "tinyutils/smartpointer.h" namespace android {