summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
Diffstat (limited to 'libpixelflinger/codeflinger/CodeCache.h')
-rw-r--r--libpixelflinger/codeflinger/CodeCache.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/libpixelflinger/codeflinger/CodeCache.h b/libpixelflinger/codeflinger/CodeCache.h
index fa67dd072..0fb6fd5fe 100644
--- a/libpixelflinger/codeflinger/CodeCache.h
+++ b/libpixelflinger/codeflinger/CodeCache.h
@@ -23,7 +23,7 @@
23#include <pthread.h> 23#include <pthread.h>
24#include <sys/types.h> 24#include <sys/types.h>
25 25
26#include "tinyutils/KeyedVector.h" 26#include "utils/KeyedVector.h"
27#include "tinyutils/smartpointer.h" 27#include "tinyutils/smartpointer.h"
28 28
29namespace android { 29namespace android {