summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/codeflinger/ARMAssembler.h
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2009-06-01 15:27:46 -0700
committerMathias Agopian <mathias@google.com>2009-06-01 15:27:46 -0700
commit006ba85e981d66ecf262a0ba0b2a6160b1923f24 (patch)
tree78e955d14d3f1d71410fd30ecbcd264f11a18985 /libpixelflinger/codeflinger/ARMAssembler.h
parentebefc48e61a7d5cf2a3228e6c8729feeeb42d1b4 (diff)
downloadsystem_core-006ba85e981d66ecf262a0ba0b2a6160b1923f24.zip
system_core-006ba85e981d66ecf262a0ba0b2a6160b1923f24.tar.gz
system_core-006ba85e981d66ecf262a0ba0b2a6160b1923f24.tar.bz2
fix 1650170 pixelflinger depends on KeyedVector.h, etc
Diffstat (limited to 'libpixelflinger/codeflinger/ARMAssembler.h')
-rw-r--r--libpixelflinger/codeflinger/ARMAssembler.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/libpixelflinger/codeflinger/ARMAssembler.h b/libpixelflinger/codeflinger/ARMAssembler.h
index 8837e07..ef3b66a 100644
--- a/libpixelflinger/codeflinger/ARMAssembler.h
+++ b/libpixelflinger/codeflinger/ARMAssembler.h
@@ -21,8 +21,9 @@
#include <stdint.h>
#include <sys/types.h>
-#include <utils/Vector.h>
-#include <utils/KeyedVector.h>
+#include "tinyutils/Vector.h"
+#include "tinyutils/KeyedVector.h"
+#include "tinyutils/smartpointer.h"
#include "tinyutils/smartpointer.h"
#include "codeflinger/ARMAssemblerInterface.h"