diff options
Diffstat (limited to 'libpixelflinger/codeflinger/ARMAssembler.h')
-rw-r--r-- | libpixelflinger/codeflinger/ARMAssembler.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/libpixelflinger/codeflinger/ARMAssembler.h b/libpixelflinger/codeflinger/ARMAssembler.h index 06c66dd..c03dd9a 100644 --- a/libpixelflinger/codeflinger/ARMAssembler.h +++ b/libpixelflinger/codeflinger/ARMAssembler.h @@ -25,9 +25,8 @@ #include "tinyutils/KeyedVector.h" #include "tinyutils/smartpointer.h" -#include "tinyutils/smartpointer.h" -#include "codeflinger/ARMAssemblerInterface.h" -#include "codeflinger/CodeCache.h" +#include "ARMAssemblerInterface.h" +#include "CodeCache.h" namespace android { |