diff options
author | Mathias Agopian <mathias@google.com> | 2009-06-01 15:27:46 -0700 |
---|---|---|
committer | Mathias Agopian <mathias@google.com> | 2009-06-01 15:27:46 -0700 |
commit | 006ba85e981d66ecf262a0ba0b2a6160b1923f24 (patch) | |
tree | 78e955d14d3f1d71410fd30ecbcd264f11a18985 /libpixelflinger/codeflinger/CodeCache.h | |
parent | ebefc48e61a7d5cf2a3228e6c8729feeeb42d1b4 (diff) | |
download | system_core-006ba85e981d66ecf262a0ba0b2a6160b1923f24.tar.gz system_core-006ba85e981d66ecf262a0ba0b2a6160b1923f24.tar.bz2 system_core-006ba85e981d66ecf262a0ba0b2a6160b1923f24.zip |
fix 1650170 pixelflinger depends on KeyedVector.h, etc
Diffstat (limited to 'libpixelflinger/codeflinger/CodeCache.h')
-rw-r--r-- | libpixelflinger/codeflinger/CodeCache.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libpixelflinger/codeflinger/CodeCache.h b/libpixelflinger/codeflinger/CodeCache.h index 370ce175e..8ff136682 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 { |