summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libpixelflinger/codeflinger/Arm64Assembler.h')
-rw-r--r--libpixelflinger/codeflinger/Arm64Assembler.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libpixelflinger/codeflinger/Arm64Assembler.h b/libpixelflinger/codeflinger/Arm64Assembler.h
index 847927009..c9be11614 100644
--- a/libpixelflinger/codeflinger/Arm64Assembler.h
+++ b/libpixelflinger/codeflinger/Arm64Assembler.h
@@ -32,9 +32,9 @@
32#include <stdint.h> 32#include <stdint.h>
33#include <sys/types.h> 33#include <sys/types.h>
34 34
35#include "tinyutils/Vector.h"
36#include "tinyutils/KeyedVector.h"
37#include "tinyutils/smartpointer.h" 35#include "tinyutils/smartpointer.h"
36#include "utils/Vector.h"
37#include "utils/KeyedVector.h"
38 38
39#include "tinyutils/smartpointer.h" 39#include "tinyutils/smartpointer.h"
40#include "codeflinger/ARMAssemblerInterface.h" 40#include "codeflinger/ARMAssemblerInterface.h"