From 9857d99eecc389389da261a72461322d5cfb8eeb Mon Sep 17 00:00:00 2001 From: Mathias Agopian Date: Mon, 1 Apr 2013 15:17:55 -0700 Subject: move tinyutils into its own namespace I was fed-up with the constant conflicts in Eclipse with the "libutils" version. Also fix a few copyright notices. Change-Id: I8ffcb845af4b5d0d178f5565f64dfcfbfa27fcd6 --- libpixelflinger/codeflinger/ARMAssembler.h | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'libpixelflinger/codeflinger/ARMAssembler.h') 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 { -- cgit v1.1