summaryrefslogtreecommitdiffstats
path: root/libpixelflinger
diff options
context:
space:
mode:
authorElliott Hughes <enh@google.com>2016-05-16 17:55:27 -0700
committerElliott Hughes <enh@google.com>2016-05-16 17:55:27 -0700
commita1b9bd901f42b3098c76d8459b13932625df010d (patch)
tree10df97b009dd235a20b67e65d0c0d38c69befefb /libpixelflinger
parentfaa14b94d5a6d0c3d429516bf226b9836f65da91 (diff)
downloadsystem_core-a1b9bd901f42b3098c76d8459b13932625df010d.tar.gz
system_core-a1b9bd901f42b3098c76d8459b13932625df010d.tar.bz2
system_core-a1b9bd901f42b3098c76d8459b13932625df010d.zip
Don't include <machine/cpu-features.h>.
We're not using it. Change-Id: Ic128cf9297e1627c839c48f1954c19d7070654d7
Diffstat (limited to 'libpixelflinger')
-rw-r--r--libpixelflinger/scanline.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/libpixelflinger/scanline.cpp b/libpixelflinger/scanline.cpp
index f48e1d03a..aa1836053 100644
--- a/libpixelflinger/scanline.cpp
+++ b/libpixelflinger/scanline.cpp
@@ -26,10 +26,6 @@
#include <cutils/memory.h>
#include <cutils/log.h>
-#ifdef __arm__
-#include <machine/cpu-features.h>
-#endif
-
#include "buffer.h"
#include "scanline.h"