summaryrefslogtreecommitdiffstats
path: root/libpixelflinger/codeflinger/MIPSAssembler.cpp
diff options
context:
space:
mode:
authorMathias Agopian <mathias@google.com>2013-04-01 15:17:55 -0700
committerMathias Agopian <mathias@google.com>2013-04-01 16:50:43 -0700
commit9857d99eecc389389da261a72461322d5cfb8eeb (patch)
tree2de3f96ffa093a633b93b246902bb6a506ba053f /libpixelflinger/codeflinger/MIPSAssembler.cpp
parentd67bbab6d873c073fa5c3bdb93e8f32106898123 (diff)
downloadsystem_core-9857d99eecc389389da261a72461322d5cfb8eeb.zip
system_core-9857d99eecc389389da261a72461322d5cfb8eeb.tar.gz
system_core-9857d99eecc389389da261a72461322d5cfb8eeb.tar.bz2
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
Diffstat (limited to 'libpixelflinger/codeflinger/MIPSAssembler.cpp')
-rw-r--r--libpixelflinger/codeflinger/MIPSAssembler.cpp6
1 files changed, 3 insertions, 3 deletions
diff --git a/libpixelflinger/codeflinger/MIPSAssembler.cpp b/libpixelflinger/codeflinger/MIPSAssembler.cpp
index 7888a0e..a88d2fe 100644
--- a/libpixelflinger/codeflinger/MIPSAssembler.cpp
+++ b/libpixelflinger/codeflinger/MIPSAssembler.cpp
@@ -61,9 +61,9 @@
#include <private/pixelflinger/ggl_context.h>
-#include "codeflinger/MIPSAssembler.h"
-#include "codeflinger/CodeCache.h"
-#include "codeflinger/mips_disassem.h"
+#include "MIPSAssembler.h"
+#include "CodeCache.h"
+#include "mips_disassem.h"
// Choose MIPS arch variant following gcc flags
#if defined(__mips__) && __mips==32 && __mips_isa_rev>=2